mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-26 01:33:56 -04:00
OreoLED_PX4: available only on PX4
This commit is contained in:
parent
f1ce70e748
commit
51213235b4
@ -17,6 +17,8 @@
|
||||
#ifndef __OREOLED_PX4_H__
|
||||
#define __OREOLED_PX4_H__
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4
|
||||
|
||||
#include <AP_HAL.h>
|
||||
#include "NotifyDevice.h"
|
||||
#include <drivers/drv_oreoled.h>
|
||||
@ -90,4 +92,6 @@ private:
|
||||
uint8_t _pattern_override; // holds last processed pattern override, 0 if we are not overriding a pattern
|
||||
};
|
||||
|
||||
#endif // CONFIG_HAL_BOARD == HAL_BOARD_PX4
|
||||
|
||||
#endif // __OREOLED_PX4_H__
|
||||
|
Loading…
Reference in New Issue
Block a user