[Cryptech-Commits] [sw/stm32] 01/02: #include stm32f4xx_hal.h since stm-fmc.h now references HAL symbols.

git at cryptech.is git at cryptech.is
Wed May 25 01:35:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch master
in repository sw/stm32.

commit b0c4128a39061fa79de14c6ea34a0ec721a0ac91
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Tue May 24 21:31:32 2016 -0400

    #include stm32f4xx_hal.h since stm-fmc.h now references HAL symbols.
    
    This has a knock-on effect in hal_io_fmc.c, but that's in another repo.
---
 stm-fmc.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/stm-fmc.h b/stm-fmc.h
index 1e6a670..8c37bd7 100644
--- a/stm-fmc.h
+++ b/stm-fmc.h
@@ -35,6 +35,8 @@
 #ifndef __STM_FMC_H
 #define __STM_FMC_H
 
+#include "stm32f4xx_hal.h"
+
 #define FMC_FPGA_BASE_ADDR              0x60000000
 #define FMC_FPGA_ADDR_MASK              0x03FFFFFC  // there are 26 physical lines, but "only" 24 usable for now
 #define FMC_FPGA_NWAIT_MAX_POLL_TICKS   10



More information about the Commits mailing list