mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_GPS: Fix multi #include's
This commit is contained in:
parent
c7b1e05f1d
commit
6433547592
@ -43,10 +43,6 @@ extern const AP_HAL::HAL& hal;
|
||||
// optionally log all NMEA data for debug purposes
|
||||
// #define NMEA_LOG_PATH "nmea.log"
|
||||
|
||||
#ifdef NMEA_LOG_PATH
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
// Convenience macros //////////////////////////////////////////////////////////
|
||||
//
|
||||
#define DIGIT_TO_VAL(_x) (_x - '0')
|
||||
|
Loading…
Reference in New Issue
Block a user