#pragma once #include #if HAL_GCS_ENABLED #include #endif #ifndef AP_NOTIFY_MAVLINK_PLAY_TUNE_SUPPORT_ENABLED #define AP_NOTIFY_MAVLINK_PLAY_TUNE_SUPPORT_ENABLED HAL_GCS_ENABLED #endif #ifndef AP_NOTIFY_MAVLINK_LED_CONTROL_SUPPORT_ENABLED #define AP_NOTIFY_MAVLINK_LED_CONTROL_SUPPORT_ENABLED HAL_GCS_ENABLED #endif #ifndef AP_NOTIFY_NCP5623_ENABLED #define AP_NOTIFY_NCP5623_ENABLED 1 #endif #ifndef AP_NOTIFY_PCA9685_ENABLED #define AP_NOTIFY_PCA9685_ENABLED 1 #endif #ifndef AP_NOTIFY_TOSHIBALED_ENABLED #define AP_NOTIFY_TOSHIBALED_ENABLED 1 #endif #ifndef AP_NOTIFY_OREOLED_ENABLED #define AP_NOTIFY_OREOLED_ENABLED 0 #endif