kopia lustrzana https://github.com/bristol-seds/pico-tracker
[sequencer] Make preprocessor end tags more readable
rodzic
b90f070540
commit
082f64f8b4
|
@ -71,7 +71,7 @@ void telemetry_sequence(struct tracker_datapoint* dp, uint32_t n)
|
||||||
#if TELEMETRY_USE_GEOFENCE
|
#if TELEMETRY_USE_GEOFENCE
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif /* TELEMETRY_ENABLE */
|
||||||
|
|
||||||
/* APRS */
|
/* APRS */
|
||||||
#if APRS_ENABLE
|
#if APRS_ENABLE
|
||||||
|
@ -88,8 +88,8 @@ void telemetry_sequence(struct tracker_datapoint* dp, uint32_t n)
|
||||||
#if APRS_USE_GEOFENCE
|
#if APRS_USE_GEOFENCE
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif /* APRS_ENABLE */
|
||||||
#endif
|
#endif /* RF_TX_ENABLE */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue