From b50fe594dac1aa1dc82ea95f0c40203917398991 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 14 Apr 2019 11:17:59 +0200 Subject: [PATCH] chg: moved include.. --- common/usart.c | 2 +- common/usart.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/usart.c b/common/usart.c index cd657a2b1..d04ff7d4b 100644 --- a/common/usart.c +++ b/common/usart.c @@ -10,7 +10,7 @@ //----------------------------------------------------------------------------- #include "usart.h" #include "string.h" -#include "apps.h" // for Dbprintf +#include "../armsrc/ticks.h" // startcountus #define AT91_BAUD_RATE 115200 diff --git a/common/usart.h b/common/usart.h index f01968055..aed86db45 100644 --- a/common/usart.h +++ b/common/usart.h @@ -3,7 +3,6 @@ #include #include "proxmark3.h" -#include "../armsrc/ticks.h" // startcountus #define AT91_BAUD_RATE 115200