Move miscellaneous defines to data driven (#21382)
This commit is contained in:
parent
9ab16e62f7
commit
023035f462
69 changed files with 103 additions and 236 deletions
|
@ -21,7 +21,6 @@ void board_init(void) {
|
|||
setPinInput(B10);
|
||||
}
|
||||
|
||||
#define LED_PIN_ON_STATE 1
|
||||
void led_init_ports(void) {
|
||||
|
||||
/** If the OPENDRAIN_INDICATORS option is not defined in config.h, the indicator
|
||||
|
|
|
@ -21,7 +21,6 @@ void board_init(void) {
|
|||
setPinInput(B10);
|
||||
}
|
||||
|
||||
#define LED_PIN_ON_STATE 1
|
||||
void led_init_ports(void) {
|
||||
|
||||
/** If the OPENDRAIN_INDICATORS option is not defined in config.h, the indicator
|
||||
|
|
|
@ -21,7 +21,6 @@ void board_init(void) {
|
|||
setPinInput(B10);
|
||||
}
|
||||
|
||||
#define LED_PIN_ON_STATE 1
|
||||
void led_init_ports(void) {
|
||||
|
||||
/** If the OPENDRAIN_INDICATORS option is not defined in config.h, the indicator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue