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:
Alan Carvalho de Assis
2025-10-12 08:54:13 -03:00
committed by Matteo Golin
parent 676f4cb111
commit cf8b8355b8

View File

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