From 113302d1bcbd38c81d62ad7bce69b49b399ab5b7 Mon Sep 17 00:00:00 2001 From: Edvard Pettersen Date: Wed, 12 Sep 2018 09:50:19 +0200 Subject: [PATCH] Fixed wrong filename include Will only trigger an error on case-sensitive systems --- arch/cpu/simplelink-cc13xx-cc26xx/dev/trng-arch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/cpu/simplelink-cc13xx-cc26xx/dev/trng-arch.c b/arch/cpu/simplelink-cc13xx-cc26xx/dev/trng-arch.c index 5371bdcb4..d04410bff 100644 --- a/arch/cpu/simplelink-cc13xx-cc26xx/dev/trng-arch.c +++ b/arch/cpu/simplelink-cc13xx-cc26xx/dev/trng-arch.c @@ -51,7 +51,7 @@ */ #include #if (DeviceFamily_PARENT == DeviceFamily_PARENT_CC13X0_CC26X0) -#include +#include #endif /*---------------------------------------------------------------------------*/ #include