ardupilot/libraries/AP_SerialLED/AP_SerialLED_config.h
Peter Barker 9fd4298377 AP_SerialLED: add defines for some AP_Notify LED libraries
allow ProfiLEDs (serial and SPI) and NeoPixel to be compiled out
2023-03-07 10:30:13 +11:00

8 lines
116 B
C

#pragma once
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_SERIALLED_ENABLED
#define AP_SERIALLED_ENABLED 1
#endif