]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: moved to header file
authoriceman1001 <iceman@iuse.se>
Sat, 21 Jan 2017 10:20:26 +0000 (11:20 +0100)
committericeman1001 <iceman@iuse.se>
Sat, 21 Jan 2017 10:20:26 +0000 (11:20 +0100)
armsrc/LCD.c
armsrc/LCD.h

index 65d64ac90ed9d87c831a568020669d824d98e98f..b40dba0f7286b07f9beb9ead13bd58e1046c8416 100644 (file)
@@ -5,11 +5,7 @@
 //-----------------------------------------------------------------------------
 // LCD code
 //-----------------------------------------------------------------------------
-
-#include "proxmark3.h"
-#include "apps.h"
 #include "LCD.h"
-#include "fonts.h"
 
 void LCDSend(unsigned int data)
 {
index 5661f6787adecec3953aa3494864753f6a9617c8..2643f66eefbdf389b8571863414def4af9dd1240 100644 (file)
@@ -9,6 +9,10 @@
 #ifndef __LCD_H
 #define __LCD_H
 
+#include "proxmark3.h"
+#include "apps.h"
+#include "fonts.h"
+
 // The resolution of the LCD
 #define LCD_XRES       132
 #define LCD_YRES       132
Impressum, Datenschutz