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 --- setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.c') diff --git a/setup.c b/setup.c index 1e002f1..57ef649 100644 --- a/setup.c +++ b/setup.c @@ -16,11 +16,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +#include #include #include #include -#include "asm.h" #include "usb/usb.h" #include "uart/uart.h" -- cgit v1.2.3-54-g00ecf