1 #ifndef OBC_TIME_CONFIG_H_
2 #define OBC_TIME_CONFIG_H_
6 #define OBCT_STEP_IN_MSEC (1)
7 #define OBCT_STEPS_PER_CYCLE (100)
8 #define OBCT_CYCLES_PER_SEC (1000 / OBCT_STEP_IN_MSEC / OBCT_STEPS_PER_CYCLE)
9 #define OBCT_MAX_CYCLE (0xfffffff0u)
OBCTのCoreパラメタのオーバーライド用ヘッダー