From 85e6510cd5309166255a6cd147a75e91457a0a13 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Thu, 15 Aug 2019 19:01:56 +0200 Subject: [PATCH] Adapted to library change --- uart/main.cpp | 5 +++-- uart/uart | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/uart/main.cpp b/uart/main.cpp index 5e58013..f694302 100644 --- a/uart/main.cpp +++ b/uart/main.cpp @@ -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; diff --git a/uart/uart b/uart/uart index f6df6a6..0532bf4 160000 --- a/uart/uart +++ b/uart/uart @@ -1 +1 @@ -Subproject commit f6df6a6a187764e530afa061e3ea931c0988187b +Subproject commit 0532bf48b03ecf8de7f77686ffedd54ebc0ca33b