File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -224,8 +224,8 @@ bool um980IsValidDate() {return false;}
224
224
bool um980IsValidTime () {return false ;}
225
225
void um980PrintInfo () {}
226
226
int um980PushRawData (uint8_t *dataToSend, int dataLength) {return 0 ;}
227
- bool um980SaveConfiguration () {}
228
- bool um980SetBaudRateCOM3 (uint32_t baudRate) {}
227
+ bool um980SaveConfiguration () {return false ; }
228
+ bool um980SetBaudRateCOM3 (uint32_t baudRate) {return false ; }
229
229
bool um980SetConstellations () {return false ;}
230
230
void um980SetMinCNO (uint8_t cnoValue) {}
231
231
void um980SetMinElevation (uint8_t elevationDegrees) {}
@@ -242,8 +242,8 @@ uint8_t um980GetActiveMessageCount() {return(0);}
242
242
void um980MenuMessages (){}
243
243
void um980BaseRtcmDefault (){}
244
244
void um980BaseRtcmLowDataRate (){}
245
- char * um980GetRtcmDefaultString () {return (" Not compiled" );}
246
- char * um980GetRtcmLowDataRateString () {return (" Not compiled" );}
245
+ char * um980GetRtcmDefaultString () {return (( char *) " Not compiled" );}
246
+ char * um980GetRtcmLowDataRateString () {return (( char *) " Not compiled" );}
247
247
void um980MenuConstellations (){}
248
248
double um980GetRateS () {return (0.0 );}
249
249
void um980MenuMessagesSubtype (float *localMessageRate, const char *messageType){}
You can’t perform that action at this time.
0 commit comments