diff options
| author | Hierophect <hierophect@gmail.com> | 2019-09-20 15:55:11 -0400 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-09-20 15:55:11 -0400 |
| commit | 200c474a13e4e320b971b49e9ec364ee77d23ba8 (patch) | |
| tree | 740b0db8f3058c39a39bba3124ff8d20cf4147f0 | |
| parent | 9af5f3a7a7fea5893e581e9a2905bbee208448b6 (diff) | |
correct typo
| -rw-r--r-- | ports/stm32f4/mpconfigport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32f4/mpconfigport.mk b/ports/stm32f4/mpconfigport.mk index 5f697e5a9..e814d86e4 100644 --- a/ports/stm32f4/mpconfigport.mk +++ b/ports/stm32f4/mpconfigport.mk @@ -21,7 +21,7 @@ CIRCUITPY_ANALOGIO = 1 CIRCUITPY_MICROCONTROLLER = 1 CIRCUITPY_BUSIO = 1 CIRCUITPY_TIME = 1 -CIRCUITPY_BUSIO = 1 +CIRCUITPY_OS = 1 CIRCUITPY_STRUCT = 1 #ifeq ($(MCU_SUB_VARIANT), stm32f412zx) |
