#ifndef _GPSRECV_H_ #define _GPSRECV_H_ void gps_gprmc(); void gps_init(); void gps_packet_limiter(); void interrupt inthdl(); #endif