add uart1_init to loopback test
This commit is contained in:
parent
8bd9f182d4
commit
9b05f05503
|
@ -5,6 +5,8 @@
|
|||
#include "config.h"
|
||||
|
||||
void main(void) {
|
||||
|
||||
uart1_init(INC,MOD);
|
||||
|
||||
uint8_t c;
|
||||
while(1) {
|
||||
|
|
Loading…
Reference in a new issue