#pragma once #include #ifndef AP_RADIO_ENABLED #define AP_RADIO_ENABLED 0 #endif #ifndef AP_RADIO_BACKEND_DEFAULT_ENABLED #define AP_RADIO_BACKEND_DEFAULT_ENABLED AP_RADIO_ENABLED #endif #ifndef AP_RADIO_CC2500_ENABLED #define AP_RADIO_CC2500_ENABLED AP_RADIO_BACKEND_DEFAULT_ENABLED #endif #ifndef AP_RADIO_CYRF6936_ENABLED #define AP_RADIO_CYRF6936_ENABLED AP_RADIO_BACKEND_DEFAULT_ENABLED #endif #ifndef AP_RADIO_BK2425_ENABLED #define AP_RADIO_BK2425_ENABLED AP_RADIO_BACKEND_DEFAULT_ENABLED #endif