00001 00005 #ifndef _LEDBLINK_H_ 00006 #define _LEDBLINK_H_ 00007 00008 /* 00009 * ターゲット依存の定義 00010 */ 00011 #include "target_test.h" 00012 00013 /* 00014 * 各タスクの優先度の定義 00015 */ 00016 00017 #define MAIN_PRIORITY 5 /* メインタスクの優先度 */ 00018 00019 00020 /* 00021 * 関数のプロトタイプ宣言 00022 */ 00023 #ifndef TOPPERS_MACRO_ONLY 00024 00025 extern void main_task(intptr_t exinf); 00026 extern void app_initialize(intptr_t exinf); 00027 00028 #endif /* TOPPERS_MACRO_ONLY */ 00029 00030 #endif /* _LEDBLINK_H_ */