8 lines
82 B
C
8 lines
82 B
C
|
#pragma once
|
||
|
|
||
|
#include "xuartlite.h"
|
||
|
|
||
|
extern XUartLite* uart0;
|
||
|
|
||
|
void InitUarts();
|