ardupilot/libraries/AP_NMEA_Output/AP_NMEA_Output_config.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
245 B
C
Raw Normal View History

#pragma once
#include <AP_HAL/AP_HAL_Boards.h>
#include <GCS_MAVLink/GCS_config.h>
// Needs SerialManager + (AHRS or GPS)
#ifndef HAL_NMEA_OUTPUT_ENABLED
#define HAL_NMEA_OUTPUT_ENABLED HAL_PROGRAM_SIZE_LIMIT_KB>1024 && HAL_GCS_ENABLED
#endif