update uart1.c to include Special function registers bits
including "sfr-bits.h" to define PERCFG_U1CFG, and UCSR_MODE
This commit is contained in:
parent
3f4436bac9
commit
682abac7b7
|
@ -12,6 +12,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "cc253x.h"
|
#include "cc253x.h"
|
||||||
|
#include "sfr-bits.h"
|
||||||
#include "dev/uart1.h"
|
#include "dev/uart1.h"
|
||||||
|
|
||||||
#if UART1_ENABLE
|
#if UART1_ENABLE
|
||||||
|
|
Loading…
Reference in a new issue