Skip to content

Commit

Permalink
update AP_GPS_NMEA.cpp
Browse files Browse the repository at this point in the history
add blank to clear the code
  • Loading branch information
datagnss authored Oct 20, 2024
1 parent 14f21d8 commit 7bf917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_GPS/AP_GPS_NMEA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ void AP_GPS_NMEA::send_config(void)


// For Allystar
case AP_GPS::GPS_TYPE_ALLYSTAR:{
case AP_GPS::GPS_TYPE_ALLYSTAR: {
// Allystar no longer supports CFG-PWRCTL, it is recommended to use CFG-PWRCTL2 (0x06,0x44).
// CFG-PWRCTL2 does not support ASCII mode
/*
Expand Down

0 comments on commit 7bf917f

Please sign in to comment.