32 #if (defined AP) && (defined FBW)
33 #error "AP and FBW can't be defined at the same time"
35 #if (!defined AP) && (!defined FBW)
36 #error "AP or FBW should be defined"
41 #define Call(f) main_fbw_ ## f
46 #define Call(f) main_ap_ ## f
49 #include "generated/modules.h"
53 #define POLLING_PERIOD (500000/PERIODIC_FREQUENCY)
63 #if LIMIT_EVENT_POLLING
void sys_time_usleep(uint32_t us)
sys_time_usleep(uint32_t us)
uint32_t get_sys_time_usec(void)
Get the time in microseconds since startup.
Architecture independent timing functions.
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.