2022-10-20 03:40:41 -03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <GCS_MAVLink/GCS_config.h>
|
|
|
|
#if HAL_GCS_ENABLED
|
|
|
|
#include <GCS_MAVLink/GCS_MAVLink.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef AP_NOTIFY_MAVLINK_PLAY_TUNE_SUPPORT_ENABLED
|
|
|
|
#define AP_NOTIFY_MAVLINK_PLAY_TUNE_SUPPORT_ENABLED HAL_GCS_ENABLED
|
|
|
|
#endif
|
2022-10-21 08:48:51 -03:00
|
|
|
|
|
|
|
#ifndef AP_NOTIFY_MAVLINK_LED_CONTROL_SUPPORT_ENABLED
|
|
|
|
#define AP_NOTIFY_MAVLINK_LED_CONTROL_SUPPORT_ENABLED HAL_GCS_ENABLED
|
|
|
|
#endif
|
2022-11-02 05:55:25 -03:00
|
|
|
|
|
|
|
#ifndef AP_NOTIFY_NCP5623_ENABLED
|
|
|
|
#define AP_NOTIFY_NCP5623_ENABLED 1
|
|
|
|
#endif
|
2022-11-07 21:22:04 -04:00
|
|
|
|
|
|
|
#ifndef AP_NOTIFY_PCA9685_ENABLED
|
|
|
|
#define AP_NOTIFY_PCA9685_ENABLED 1
|
|
|
|
#endif
|
2022-11-10 19:08:19 -04:00
|
|
|
|
|
|
|
#ifndef AP_NOTIFY_TOSHIBALED_ENABLED
|
|
|
|
#define AP_NOTIFY_TOSHIBALED_ENABLED 1
|
|
|
|
#endif
|
2022-11-16 03:56:01 -04:00
|
|
|
|
|
|
|
#ifndef AP_NOTIFY_OREOLED_ENABLED
|
|
|
|
#define AP_NOTIFY_OREOLED_ENABLED 0
|
|
|
|
#endif
|