AP_GPS: correct #if from UBLOX_DEBUG to UBLOX_DEBUGGING

This commit is contained in:
Peter Barker 2016-01-21 11:44:15 +11:00 committed by Lucas De Marchi
parent afafcbc4f3
commit ede7ffedfc
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ AP_GPS_UBLOX::_parse_gps(void)
(unsigned)_buffer.gnss.numTrkChHw,
(unsigned)_buffer.gnss.numTrkChUse,
(unsigned)_buffer.gnss.numConfigBlocks);
#if UBLOX_DEBUG
#if UBLOX_DEBUGGING
for(int i = 0; i < _buffer.gnss.numConfigBlocks; i++) {
Debug(" %u %u %u 0x%08x\n",
(unsigned)_buffer.gnss.configBlock[i].gnssId,