AP_BoardConfig: remove definitions of BOARD_PWM_COUNT_DEFAULT

No longer used
This commit is contained in:
Peter Barker 2021-08-19 12:13:47 +10:00 committed by Peter Barker
parent c443a93b15
commit 815f7017d4

View File

@ -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