summaryrefslogtreecommitdiff
path: root/cesar/station
diff options
context:
space:
mode:
authorJérémy Dufour2012-04-24 16:52:22 +0200
committerJérémy Dufour2012-05-04 14:52:23 +0200
commit7617b3533c2c9ca58c90f6a2ad2174c2db80d1f1 (patch)
treed379569eefed8adc76e523343aad9c71f9a3a4c5 /cesar/station
parent6af3fc2eaea698d1ab41c9fb779ca5b906be9718 (diff)
cesar: move ce_rx_t forward declaration to a dedicated header, closes #3100
Diffstat (limited to 'cesar/station')
-rw-r--r--cesar/station/src/station.c1
-rw-r--r--cesar/station/station.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/cesar/station/src/station.c b/cesar/station/src/station.c
index a730d137bc..19ff1091b6 100644
--- a/cesar/station/src/station.c
+++ b/cesar/station/src/station.c
@@ -26,6 +26,7 @@
#include "hal/boot_params/boot_params.h"
#include "lib/seq_check.h"
+#include "ce/rx/rx.h"
#include "lib/init.h"
diff --git a/cesar/station/station.h b/cesar/station/station.h
index 3b58396d38..d9bd3782b3 100644
--- a/cesar/station/station.h
+++ b/cesar/station/station.h
@@ -20,7 +20,7 @@
#include "interface/interface.h"
#include "cp/cp.h"
#include "hal/timer/timer.h"
-#include "ce/rx/rx.h"
+#include "ce/rx/forward.h"
#include "bsu/bsu.h"
#include "bsu/aclf/aclf.h"