Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 294 → Rev 333

/FollowMe/main.h
5,6 → 5,12
#define SYSCLK F_CPU
 
 
#define ERROR_GPS_RX_TIMEOUT 0x0001
#define ERROR_LOW_BAT 0x0002
 
extern uint16_t Error;
 
 
#endif //_MAIN_H
 
 
12,3 → 18,4