This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 4f7ab47443d495d0166fca3a62b8d1c5b4c6244a Author: raiden00pl <[email protected]> AuthorDate: Sat Feb 5 14:46:34 2022 +0100 boards/arm/stm32g4: normalize CAN configs --- boards/arm/stm32/b-g431b-esc1/configs/can/defconfig | 1 - boards/arm/stm32/nucleo-g431rb/configs/can/defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/boards/arm/stm32/b-g431b-esc1/configs/can/defconfig b/boards/arm/stm32/b-g431b-esc1/configs/can/defconfig index 9908b9d..01fd056 100644 --- a/boards/arm/stm32/b-g431b-esc1/configs/can/defconfig +++ b/boards/arm/stm32/b-g431b-esc1/configs/can/defconfig @@ -23,7 +23,6 @@ CONFIG_ARCH_STACKDUMP=y CONFIG_BOARD_LOOPSPERMSEC=8499 CONFIG_BOARD_STM32_BG431BESC1_USE_HSE=y CONFIG_BUILTIN=y -CONFIG_CAN=y CONFIG_CAN_ERRORS=y CONFIG_CAN_EXTID=y CONFIG_DEBUG_FULLOPT=y diff --git a/boards/arm/stm32/nucleo-g431rb/configs/can/defconfig b/boards/arm/stm32/nucleo-g431rb/configs/can/defconfig index dd204c9..daf9a6b 100644 --- a/boards/arm/stm32/nucleo-g431rb/configs/can/defconfig +++ b/boards/arm/stm32/nucleo-g431rb/configs/can/defconfig @@ -23,7 +23,6 @@ CONFIG_ARCH_STACKDUMP=y CONFIG_BOARD_LOOPSPERMSEC=8499 CONFIG_BOARD_NUCLEO_G431RB_USE_HSE=y CONFIG_BUILTIN=y -CONFIG_CAN=y CONFIG_CAN_ERRORS=y CONFIG_CAN_EXTID=y CONFIG_DEBUG_FULLOPT=y
