From c6efdcff0af8fedbb26ef8b3c9f8f5d1e1fe6842 Mon Sep 17 00:00:00 2001 From: Lucas Russo Date: Fri, 25 Apr 2014 16:55:53 -0300 Subject: [PATCH] hal/sm_io/*/sm_io_mod_dispatch.c: update include header As we have changed the fmc130m SMIO files, we need to update the previous include header filename --- hal/sm_io/modules/sm_io_mod_dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal/sm_io/modules/sm_io_mod_dispatch.c b/hal/sm_io/modules/sm_io_mod_dispatch.c index ce17848..df7e2de 100644 --- a/hal/sm_io/modules/sm_io_mod_dispatch.c +++ b/hal/sm_io/modules/sm_io_mod_dispatch.c @@ -7,7 +7,7 @@ #include "sm_io_mod_dispatch.h" /* Include all available module we can handle */ -#include "sm_io_fmc130m_4ch.h" +#include "sm_io_fmc130m_4ch_exp.h" /* Table of all known modules we can handle */ const smio_mod_dispatch_t smio_mod_dispatch[MOD_DISPATCH_END] = { -- 2.18.1