1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-06-21 09:00:34 -07:00
2022-12-08 07:54:35 -08:00

9 lines
92 B
C

#ifndef __NMEA_GATEWAY_H__
#define __NMEA_GATEWAY_H__
void nmea_gateway_start();
#endif