mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
[simu] Updates for RTOS abstraction layer; Remove further SIMU_SLEEP usages.
This commit is contained in:
parent
a2006940db
commit
66cd99bf6b
8 changed files with 28 additions and 36 deletions
|
@ -61,7 +61,6 @@
|
|||
#define CONVERT_PTR_UINT(x) ((uint32_t)(uint64_t)(x))
|
||||
#define CONVERT_UINT_PTR(x) ((uint32_t*)(uint64_t)(x))
|
||||
#else
|
||||
#define SIMU_SLEEP(x) true
|
||||
#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