AP_GPS: Fix multi #include's

This commit is contained in:
Jaaaky 2021-12-16 17:59:45 +03:00 committed by Andrew Tridgell
parent c7b1e05f1d
commit 6433547592

View File

@ -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')