AP_BoardConfig: remove definitions of BOARD_PWM_COUNT_DEFAULT
No longer used
This commit is contained in:
parent
c443a93b15
commit
815f7017d4
@ -33,9 +33,6 @@
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
|
||||
# define BOARD_SAFETY_ENABLE_DEFAULT 1
|
||||
#ifndef BOARD_PWM_COUNT_DEFAULT
|
||||
# define BOARD_PWM_COUNT_DEFAULT 6
|
||||
#endif
|
||||
#ifndef BOARD_SER1_RTSCTS_DEFAULT
|
||||
# define BOARD_SER1_RTSCTS_DEFAULT 2
|
||||
#endif
|
||||
@ -55,10 +52,6 @@
|
||||
# define BOARD_SAFETY_ENABLE 1
|
||||
#endif
|
||||
|
||||
#ifndef BOARD_PWM_COUNT_DEFAULT
|
||||
#define BOARD_PWM_COUNT_DEFAULT 8
|
||||
#endif
|
||||
|
||||
#ifndef BOARD_CONFIG_BOARD_VOLTAGE_MIN
|
||||
#define BOARD_CONFIG_BOARD_VOLTAGE_MIN 4.3f
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user