Change script for apply upstream code
[platform/upstream/connectedhomeip.git] / third_party / openthread / repo / examples / platforms / efr32mg21 / 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 #endif // __RAIL_CONFIG_H__