diff options
Diffstat (limited to 'stmhal/boards/STM32F4DISC/staccel.py')
-rw-r--r-- | stmhal/boards/STM32F4DISC/staccel.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/boards/STM32F4DISC/staccel.py b/stmhal/boards/STM32F4DISC/staccel.py index 7296662cac..2f2561d1cb 100644 --- a/stmhal/boards/STM32F4DISC/staccel.py +++ b/stmhal/boards/STM32F4DISC/staccel.py @@ -14,6 +14,7 @@ See: STM32Cube_FW_F4_V1.1.0/Projects/STM32F4-Discovery/Demonstrations/Src/main.c """ +from micropython import const from pyb import Pin from pyb import SPI |