mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 09:15:38 +03:00
[Horus] Refactoring for the new fatal errors
This commit is contained in:
parent
855814655e
commit
82b9ecc155
25 changed files with 165 additions and 75 deletions
|
@ -68,6 +68,7 @@ typedef __int24 int24_t;
|
|||
#endif
|
||||
#define NOINLINE __attribute__ ((noinline))
|
||||
#define SIMU_SLEEP(x)
|
||||
#define SIMU_SLEEP_NORET(x)
|
||||
#define CONVERT_PTR_UINT(x) ((uint32_t)(x))
|
||||
#define CONVERT_UINT_PTR(x) ((uint32_t *)(x))
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue