From c8d06c402e662ce7ac35487a425f61cd33d5fa46 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Thu, 9 Aug 2018 18:31:34 -0700 Subject: [PATCH] [efr32] fix em_system.h include (#2956) --- examples/platforms/efr32/radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platforms/efr32/radio.c b/examples/platforms/efr32/radio.c index dea88164f..ddf8de29a 100644 --- a/examples/platforms/efr32/radio.c +++ b/examples/platforms/efr32/radio.c @@ -43,7 +43,7 @@ #include "utils/code_utils.h" #include "em_core.h" -#include "em_openthread-system.h" +#include "em_system.h" #include "openthread-core-efr32-config.h" #include "pa_conversions_efr32.h" #include "rail.h"