]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/common.h
Version 0.6.7.1
[z180-stamp.git] / include / common.h
index 10c4417d8b0c147de15a20e142a81fb93265a9d6..dea638aa7d0261f808890992a4065a4d30317e85 100644 (file)
@@ -1,12 +1,15 @@
 /*
  * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
  *
- * SPDX-License-Identifier:    GPL-2.0+
+ * SPDX-License-Identifier:    GPL-2.0
  */
 
 #ifndef COMMON_H
 #define COMMON_H
 
+#include <stdio.h>
+#include <stdint.h>
+
 #ifdef __AVR__
 #include <avr/io.h>
 #include <avr/pgmspace.h>
@@ -36,8 +39,6 @@ struct bits {
 // TODO: stm32
 #endif /* __AVR__ */
 
-#include <stdio.h>
-
 #ifdef __FLASH
 #define FLASH __flash
 #define MEMX __memx