only:typo

This commit is contained in:
rusefillc 2023-11-09 19:19:11 -05:00
parent 579644fb96
commit 887f81f6ce
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ endif
# If enabled, this option makes the build process faster by not compiling
# modules not used in the current configuration.
# without USE_SMART_BUILD all ChibiOS (including all drivers) are builded. And all drivers includes get included.
# without USE_SMART_BUILD all ChibiOS (including all drivers) are built. And all drivers includes get included.
ifeq ($(USE_SMART_BUILD),)
USE_SMART_BUILD = no
endif