BeRTOS
|
00001 00039 #ifndef HW_BALNCKER_H 00040 #define HW_BALNCKER_H 00041 00042 #warning TODO:This is an example implementation, you must implement it! 00043 00044 #define BLK_LCDON /* power_LcdOn() Implement me! */ 00045 #define BLK_LCDOFF /* power_LcdOff() Implement me! */ 00046 00047 00048 #endif /* HW_BLANCKER_H */ 00049