Drop C-style 'void' argument

This commit is contained in:
Scott Lahteine
2019-09-16 20:31:08 -05:00
parent 7d8c38693f
commit f01f0d1956
174 changed files with 864 additions and 864 deletions

View File

@@ -216,7 +216,7 @@
}
# endif
#else
# define Assert(expr) ((void) 0)
# define Assert(expr) (() 0)
#endif
/* Define WEAK attribute */
@@ -796,7 +796,7 @@ typedef struct
*
* \note It may be used as a long jump opcode in some special cases.
*/
#define Long_call(addr) ((*(void (*)(void))(addr))())
#define Long_call(addr) ((*(void (*)())(addr))())
/*! \name MCU Endianism Handling