mirror of
https://github.com/peterantypas/maiana.git
synced 2025-06-21 09:00:34 -07:00
9 lines
92 B
C
9 lines
92 B
C
#ifndef __NMEA_GATEWAY_H__
|
|
#define __NMEA_GATEWAY_H__
|
|
|
|
|
|
void nmea_gateway_start();
|
|
|
|
|
|
#endif
|