From 6852efe4a621a52e82ec5371a4b9fc10cc1bea88 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 18 May 2017 19:20:05 +0100 Subject: asm.h -> lib/asm.h --- uart/uart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uart') diff --git a/uart/uart.c b/uart/uart.c index ff467eb..aef64ce 100644 --- a/uart/uart.c +++ b/uart/uart.c @@ -16,16 +16,16 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +#include #include #include #include #include #include -#include #include +#include #include "uart.h" -#include "../asm.h" enum { SBR_VAL = 39, -- cgit v1.2.3-54-g00ecf