added Serial Port settings

This commit is contained in:
EmanuelFeru
2019-05-26 15:59:00 +02:00
parent fc267cd440
commit 959027b74f

View File

@ -11,6 +11,10 @@ board = genericSTM32F103RC
debug_tool = stlink
upload_protocol = stlink
; Serial Port settings (make sure the COM port is correct)
monitor_port = COM5
monitor_speed = 115200
build_flags =
-I${PROJECT_DIR}/inc/
-DUSE_HAL_DRIVER