1
0
Fork 0
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:
Bertrand Songis 2016-08-30 19:00:31 +02:00
parent 855814655e
commit 82b9ecc155
25 changed files with 165 additions and 75 deletions

View file

@ -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