diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-17 10:22:51 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-17 10:22:51 +0000 |
commit | 6b144f62befe160d00ecd57d2b06d6ae3c8d60f0 (patch) | |
tree | 66e1494fcc576a5546dccfdf4dd8915f5e95b812 /stmhal/printf.c | |
parent | 51bbf6a006901fd3877c6abe3d5d67de74401310 (diff) | |
parent | 9c122029ec1f230296c049da1792348c2d67165b (diff) |
Merge pull request #347 from dhylands/stmhal-usart
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" |