Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 500 → Rev 513

/QMK-Groundstation/branches/libMK/libMK/Handler.h
54,6 → 54,7
void get_ppm_channels();
 
void receive_data(char * incomming, int length);
void new_navi_data(char * data);
};
 
#endif