1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 09:15:38 +03:00

Switch to CMake continued

This commit is contained in:
Bertrand Songis 2015-12-22 23:59:47 +01:00
parent 88841f63ca
commit 0c78c60dc9
13 changed files with 470 additions and 326 deletions

View file

@ -423,7 +423,7 @@
typedef uint32_t mixsrc_t;
typedef int32_t swsrc_t;
#else
#define tmr10ms_t uint16_t
typedef uint16_t tmr10ms_t;
extern volatile tmr10ms_t g_tmr10ms;
extern inline uint16_t get_tmr10ms()
{