Reindent a block

This commit is contained in:
Jeff Epler 2022-08-25 14:04:47 -05:00
parent 9caa65cf28
commit 22b04aef22
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 49 additions and 48 deletions

View File

@ -57,7 +57,8 @@ CROSS_COMPILE = arm-none-eabi-
HAL_DIR=hal/$(MCU_SERIES)
INC += -I. \
INC += \
-I. \
-I../.. \
-I../lib/mp-readline \
-I../shared/timeutils \