Change script for apply upstream code
[platform/upstream/connectedhomeip.git] / third_party / openthread / repo / examples / platforms / efr32mg12 / rail_config.h
1 #ifndef __RAIL_CONFIG_H__
2 #define __RAIL_CONFIG_H__
3
4 #include "board_config.h"
5 #include "rail_types.h"
6 #include <stdint.h>
7
8 #define RADIO_CONFIG_XTAL_FREQUENCY 38400000UL
9
10 #if RADIO_CONFIG_915MHZ_OQPSK_SUPPORT
11 extern const RAIL_ChannelConfig_t *channelConfigs[];
12 #endif
13
14 #endif // __RAIL_CONFIG_H__