2024-12-30 22:22:48 +08:00

14 lines
159 B
C

//
// Created by dell on 24-12-20.
//
#ifndef LED_H
#define LED_H
#include "gd32e23x_it.h"
#include "board_config.h"
void led_config(void);
#endif //LED_H