generated from hulk/gd32e23x_template_cmake_vscode
Initial commit
This commit is contained in:
12
Inc/board_config.h
Normal file
12
Inc/board_config.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef BOARD_CONFIG_H
|
||||
#define BOARD_CONFIG_H
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
#define LED_PORT GPIOA
|
||||
#define LED_PIN GPIO_PIN_7
|
||||
#define LED_RCU RCU_GPIOA
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
#endif //BOARD_CONFIG_H
|
Reference in New Issue
Block a user