/** * @file Ems_config.h * @author your name (you@domain.com) * @brief * @version 0.1 * @date 2023-04-05 * * @copyright Copyright (c) 2023 * */ #ifndef EMS_CONFIG_H #define EMS_CONFIG_H /* public config ------------------------------------------------------------ */ /* CMSIS OS related -------------------------------------- */ #define EMS_RTOS_CMSIS_OS_EN (0) #define EMS_RTOS_TICK_MS (1) /* QPC related ------------------------------------------- */ #define EMS_QPC_EN (0) #define EMS_EVENT_DATA_SIZE (128) #define EMS_EVENT_POOL_SIZE (64) #endif /* EMS_CONFIG_H */ /* ----------------------------- end of file -------------------------------- */