1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

Removed unnecessary includes. Changed to use #pragma once

This commit is contained in:
Martin Budden 2016-08-01 10:33:59 +01:00
parent 168469236b
commit bd560198f2
5 changed files with 3 additions and 14 deletions

View file

@ -23,9 +23,7 @@
* Texmode add-on by Michi (mamaretti32@gmail.com)
*/
#ifndef HOTT_TELEMETRY_H_
#define HOTT_TELEMETRY_H_
#pragma once
#define HOTTV4_RXTX 4
@ -498,4 +496,3 @@ uint32_t getHoTTTelemetryProviderBaudRate(void);
void hottPrepareGPSResponse(HOTT_GPS_MSG_t *hottGPSMessage);
#endif /* HOTT_TELEMETRY_H_ */