drv_led.h 141 B

12345678
  1. #ifndef __DRV_LED_H
  2. #define __DRV_LED_H
  3. #define LED_DEVICE_CTRL 0x01 /*LED control command*/
  4. void rt_led_hw_init(void);
  5. #endif