diff options
author | Dave Hylands <dhylands@gmail.com> | 2014-03-16 00:22:22 -0700 |
---|---|---|
committer | Dave Hylands <dhylands@gmail.com> | 2014-03-16 09:02:12 -0700 |
commit | 9c122029ec1f230296c049da1792348c2d67165b (patch) | |
tree | 4a7f1986d8dcb3fb5491c3cfb558a4fa9a977f08 /stmhal/printf.c | |
parent | 02a854384146c21503fdd3c591e272ecf1c74433 (diff) |
stmhal - Add usart support
Diffstat (limited to 'stmhal/printf.c')
-rw-r--r-- | stmhal/printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/printf.c b/stmhal/printf.c index 6fd06508e..fe2a82a37 100644 --- a/stmhal/printf.c +++ b/stmhal/printf.c @@ -1,6 +1,7 @@ #include <stdint.h> #include <string.h> #include <stdarg.h> +#include <stm32f4xx_hal.h> #include "std.h" #include "misc.h" |