#ifndef _BY_LED_H__ #define _BY_LED_H__ #include "at32f415.h" extern void by_led_set(uint8_t percent); #endif