From 682abac7b7dc2c403635972eb9bbd8a91e99a8aa Mon Sep 17 00:00:00 2001 From: Mohamed Seliem Date: Wed, 21 Sep 2016 14:32:09 +0200 Subject: [PATCH] update uart1.c to include Special function registers bits including "sfr-bits.h" to define PERCFG_U1CFG, and UCSR_MODE --- cpu/cc253x/dev/uart1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/cc253x/dev/uart1.c b/cpu/cc253x/dev/uart1.c index fd5c69536..c1fa90942 100644 --- a/cpu/cc253x/dev/uart1.c +++ b/cpu/cc253x/dev/uart1.c @@ -12,6 +12,7 @@ #include #include "cc253x.h" +#include "sfr-bits.h" #include "dev/uart1.h" #if UART1_ENABLE