hwdef: remove redundant defines from hwdefs

this is set in the periph defaults file
This commit is contained in:
Peter Barker 2024-03-07 17:05:34 +11:00 committed by Andrew Tridgell
parent b0decff44f
commit ecf93f6d86
3 changed files with 0 additions and 6 deletions

View File

@ -87,7 +87,6 @@ define HAL_NO_GPIO_IRQ
# avoid RCIN thread to save memory
define HAL_USE_RTC FALSE
define DMA_RESERVE_SIZE 0
define PERIPH_FW TRUE
# enable CAN support
PA11 CAN1_RX CAN1

View File

@ -98,7 +98,6 @@ define HAL_NO_GPIO_IRQ
# avoid RCIN thread to save memory
define HAL_USE_RTC TRUE
define DMA_RESERVE_SIZE 0
define PERIPH_FW TRUE
# enable CAN support
PB8 CAN1_RX CAN1

View File

@ -132,10 +132,6 @@ define HAL_DISABLE_ADC_DRIVER TRUE
#define HAL_NO_GPIO_IRQ
define HAL_PERIPH_SHOW_SERIAL_MANAGER_PARAMS
define PERIPH_FW TRUE
#define NO_DATAFLASH TRUE
#################################
# AP_Periph - configurations specific to this App
#################################