diff options
author | Dave Hylands <dhylands@gmail.com> | 2014-03-12 18:06:26 -0700 |
---|---|---|
committer | Dave Hylands <dhylands@gmail.com> | 2014-03-12 18:15:55 -0700 |
commit | f14b92b9e13c9cb9f54a1d740dbea1eeedeccb5b (patch) | |
tree | 303a4e00c9612951c8ab3cfbe926121724173fd1 /stmhal/boards/stm32f4xx-prefix.c | |
parent | 19438fd30a3184b656221a59062ea32453d0fd16 (diff) | |
download | micropython-f14b92b9e13c9cb9f54a1d740dbea1eeedeccb5b.tar.gz micropython-f14b92b9e13c9cb9f54a1d740dbea1eeedeccb5b.zip |
REPl working on UART6 with STMHAL
Diffstat (limited to 'stmhal/boards/stm32f4xx-prefix.c')
-rw-r--r-- | stmhal/boards/stm32f4xx-prefix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/boards/stm32f4xx-prefix.c b/stmhal/boards/stm32f4xx-prefix.c index e68de4cf4e..af3ed325cb 100644 --- a/stmhal/boards/stm32f4xx-prefix.c +++ b/stmhal/boards/stm32f4xx-prefix.c @@ -2,7 +2,7 @@ #include <stdio.h> #include <stdint.h> -#include <stm32f4xx.h> +#include <stm32f4xx_hal.h> #include "misc.h" #include "mpconfig.h" |