mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
5 lines
91 B
C
5 lines
91 B
C
#pragma once
|
|
|
|
void mspProcess(void);
|
|
void mspInit(void);
|
|
void sendMspTelemetry(void);
|