USART tx length fix, some experiments with cpp string manip

This commit is contained in:
2024-12-16 12:29:13 +01:00
parent 7b7e783d68
commit 17099b0047
4 changed files with 39 additions and 96 deletions

View File

@@ -22,6 +22,9 @@ endif()
# Set the project name
set(CMAKE_PROJECT_NAME weight_cell)
# Color output
set(CMAKE_CXX_FLAGSS "-fdiagnostics-color=always")
# Include toolchain file
include("cmake/gcc-arm-none-eabi.cmake")