[Cryptech-Commits] [sw/libhal] 01/02: Fix includes to bring hal_io_fmc.c in line with hal_io_eim.c.
git at cryptech.is
git at cryptech.is
Sun Apr 24 17:10:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch rpc
in repository sw/libhal.
commit cd56f57a6b9f66040ced99337c0e41d7f3a9fe90
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Mon Apr 11 14:48:45 2016 -0400
Fix includes to bring hal_io_fmc.c in line with hal_io_eim.c.
---
hal_io_fmc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hal_io_fmc.c b/hal_io_fmc.c
index 904b93f..5629b69 100644
--- a/hal_io_fmc.c
+++ b/hal_io_fmc.c
@@ -37,8 +37,8 @@
#include <stdint.h>
#include "stm-fmc.h"
-#include "libhal/hal.h"
-#include "libhal/verilog_constants.h"
+#include "hal.h"
+#include "hal_internal.h"
static int debug = 0;
static int inited = 0;
More information about the Commits
mailing list