mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 19:54:55 +08:00
boards/stm32/nucleo-f303re: Remove syslog for can example
This can board profile doesn't use serial, but the syslog still using up_putc() that doesn't exist now that stm32_serial.c is not compiled. Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
committed by
Matteo Golin
parent
676f4cb111
commit
cf8b8355b8
@@ -35,4 +35,5 @@ CONFIG_STM32_CAN1=y
|
||||
CONFIG_STM32_CAN_TSEG1=15
|
||||
CONFIG_STM32_CAN_TSEG2=2
|
||||
CONFIG_STM32_JTAG_SW_ENABLE=y
|
||||
CONFIG_SYSLOG_NONE=y
|
||||
CONFIG_TASK_NAME_SIZE=0
|
||||
|
||||
Reference in New Issue
Block a user