aboutsummaryrefslogtreecommitdiff
path: root/hal_io_fmc.c
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-04-11 14:48:45 -0400
committerPaul Selkirk <paul@psgd.org>2016-04-11 14:48:45 -0400
commitcd56f57a6b9f66040ced99337c0e41d7f3a9fe90 (patch)
tree8ec1c7073170b1cf1c4ae79f1344051f0e0f5b52 /hal_io_fmc.c
parent940dd77fc6d45cc5758334ae7f2548b2fd66695b (diff)
Fix includes to bring hal_io_fmc.c in line with hal_io_eim.c.
Diffstat (limited to 'hal_io_fmc.c')
-rw-r--r--hal_io_fmc.c4
1 files 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;