From e2d5e2dfeea32798cad70bf88b6d4338211e4906 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Tue, 13 Mar 2018 17:39:37 +0000 Subject: [PATCH] Add missing includes --- arch/cpu/cc26xx-cc13xx/rf-core/ble-cc2650.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/cpu/cc26xx-cc13xx/rf-core/ble-cc2650.c b/arch/cpu/cc26xx-cc13xx/rf-core/ble-cc2650.c index 6c4d82f8a..6510ac50e 100644 --- a/arch/cpu/cc26xx-cc13xx/rf-core/ble-cc2650.c +++ b/arch/cpu/cc26xx-cc13xx/rf-core/ble-cc2650.c @@ -40,6 +40,9 @@ #include "dev/radio.h" #include "os/dev/ble-hal.h" #include "rf-core/ble-hal/ble-hal-cc26xx.h" + +#include +#include /*---------------------------------------------------------------------------*/ #include "sys/log.h" #define LOG_MODULE "RADIO"