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