update uart1.c to include Special function registers bits

including "sfr-bits.h" to define PERCFG_U1CFG, and UCSR_MODE
master-31012017
Mohamed Seliem 2016-09-21 14:32:09 +02:00 committed by GitHub
parent 3f4436bac9
commit 682abac7b7
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <string.h>
#include "cc253x.h"
#include "sfr-bits.h"
#include "dev/uart1.h"
#if UART1_ENABLE