Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2203 → Rev 2204

/Transportables_Koptertool/PKT/branches/branch_FollowMeStep2/followme/followme.h
8,7 → 8,11
#ifndef FOLLOWME_H_
#define FOLLOWME_H_
 
#include "../mk-data-structs.h"
#include <inttypes.h>
 
void FollowMe (void);
void Debug_GPS (void);
void sendFollowMeData(Point_t *tFollowMe, uint32_t *tsend_followme_counter, uint32_t *tNMEA_GPGGA_counter_old);
 
#endif /* FOLLOWME_H_ */