From 082f64f8b462862c4d02251e40f67cc5b132c98c Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Tue, 26 Jan 2016 13:04:12 +0000 Subject: [PATCH] [sequencer] Make preprocessor end tags more readable --- firmware/src/sequencer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/src/sequencer.c b/firmware/src/sequencer.c index d3f846b..c724256 100644 --- a/firmware/src/sequencer.c +++ b/firmware/src/sequencer.c @@ -71,7 +71,7 @@ void telemetry_sequence(struct tracker_datapoint* dp, uint32_t n) #if TELEMETRY_USE_GEOFENCE } #endif -#endif +#endif /* TELEMETRY_ENABLE */ /* APRS */ #if APRS_ENABLE @@ -88,8 +88,8 @@ void telemetry_sequence(struct tracker_datapoint* dp, uint32_t n) #if APRS_USE_GEOFENCE } #endif -#endif -#endif +#endif /* APRS_ENABLE */ +#endif /* RF_TX_ENABLE */ }