Adapted to library change

This commit is contained in:
2019-08-15 19:01:56 +02:00
parent 2eefa7fd7f
commit 85e6510cd5
2 changed files with 4 additions and 3 deletions

View File

@@ -6,10 +6,11 @@
#include "flash/flash.hpp"
#include "io/io.hpp"
#define UART0_NO_INT_VECTORS
#include "uart/uart.hpp"
#define UART1_INT_VECTORS
#include "uart/hardware1.hpp"
void newUartUsage()
{
using namespace uart;