diff options
| author | Nathan Conrad <[email protected]> | 2019-09-16 20:56:57 -0400 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2019-09-16 20:56:57 -0400 |
| commit | a33a8547936ccea0cfcbba8823c44cae8a887269 (patch) | |
| tree | d0a76323e0e8029641bc1d9e545d4f4c56474c30 /src | |
| parent | d341337c6a80622c22fc002b35a65b40bdf15b4b (diff) | |
Include board header file... :X
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c b/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c index 0559a4087..00a016e3b 100644 --- a/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c +++ b/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c @@ -121,6 +121,7 @@ #undef USE_HAL_DRIVER #include "device/dcd.h" +#include "bsp/board.h" #include "portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h" |
