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 */ }