#ifndef TOPPERS_KERNEL_ID_H #define TOPPERS_KERNEL_ID_H /* * オブジェクトのID */ #define LOGTASK 1 #define TASK1 2 #define TASK2 3 #define TASK3 4 #define MAIN_TASK 5 #define SERIAL_RCV_SEM1 1 #define SERIAL_SND_SEM1 2 #define SERIAL_RCV_SEM2 3 #define SERIAL_SND_SEM2 4 #define CYCHDR1 1 #define ALMHDR1 1 #endif /* TOPPERS_KERNEL_ID_H */