Rename software USART driver globals to make the code more in line with the rest of the XPLAINBridge project.
This commit is contained in:
parent
79742c5d24
commit
f64e3db07a
3 changed files with 12 additions and 12 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
/* Macros: */
|
||||
#define BAUD 9600
|
||||
#define BIT_TIME (uint16_t)((F_CPU + (BAUD / 2)) / BAUD)
|
||||
#define BIT_TIME (uint16_t)((F_CPU + (BAUD / 2.0f)) / BAUD)
|
||||
|
||||
#define SRX PD0
|
||||
#define SRXPIN PIND
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue