mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-11-16 04:24:33 +00:00
9 lines
141 B
C
9 lines
141 B
C
#ifndef __DRV_LED_H
|
|
#define __DRV_LED_H
|
|
|
|
#define LED_DEVICE_CTRL 0x01 /*LED control command*/
|
|
|
|
void rt_led_hw_init(void);
|
|
|
|
#endif
|