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:
parent
168469236b
commit
bd560198f2
5 changed files with 3 additions and 14 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue