]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Some random cleanup
authormarcansoft <marcansoft@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Sun, 21 Feb 2010 00:13:08 +0000 (00:13 +0000)
committermarcansoft <marcansoft@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Sun, 21 Feb 2010 00:13:08 +0000 (00:13 +0000)
armsrc/stdint.h
armsrc/string.h
bootrom/stdint.h
common/usb.c

index 86f5db8cbf4fad58e7c0ca624277c0fcfa347cf4..78a0b051281f867277c9cf216f7bcd7bb274f06c 100644 (file)
@@ -21,20 +21,7 @@ typedef unsigned short int           uint16_t;
 typedef unsigned int                   uint32_t;
 typedef unsigned long long int uint64_t;
 
-typedef int                                            int_fast16_t;
-typedef int                                            int_fast32_t;
-
-typedef unsigned int                   uint_fast16_t;
-typedef unsigned int                   uint_fast32_t;
-
 typedef int                                            intptr_t;
 typedef unsigned int                   uintptr_t;
 
-#define __INT64_C(c)                   c ## LL
-#define __UINT64_C(c)                  c ## ULL
-
-#define __PRI64_RANK                   "ll"
-#define __PRIFAST_RANK                 ""
-#define __PRIPTR_RANK                  ""
-
 #endif /* __STDINT_H */
index 6c380e5b51fe33e953715efca299ac971bf685fa..25fac90926770865bf3393246c99901cef8de963 100644 (file)
@@ -18,4 +18,4 @@ void *memset(void *dest, int c, int len);
 int memcmp(const void *av, const void *bv, int len);
 char *strncat(char *dest, const char *src, unsigned int n);
 
-#endif /* __STRING_H */
\ No newline at end of file
+#endif /* __STRING_H */
index 86f5db8cbf4fad58e7c0ca624277c0fcfa347cf4..78a0b051281f867277c9cf216f7bcd7bb274f06c 100644 (file)
@@ -21,20 +21,7 @@ typedef unsigned short int           uint16_t;
 typedef unsigned int                   uint32_t;
 typedef unsigned long long int uint64_t;
 
-typedef int                                            int_fast16_t;
-typedef int                                            int_fast32_t;
-
-typedef unsigned int                   uint_fast16_t;
-typedef unsigned int                   uint_fast32_t;
-
 typedef int                                            intptr_t;
 typedef unsigned int                   uintptr_t;
 
-#define __INT64_C(c)                   c ## LL
-#define __UINT64_C(c)                  c ## ULL
-
-#define __PRI64_RANK                   "ll"
-#define __PRIFAST_RANK                 ""
-#define __PRIPTR_RANK                  ""
-
 #endif /* __STDINT_H */
index 1c29611557222cf60c9ac7c2e54241aec2639a89..3de7d369f28087cfb3c026e40d405d9097e25af1 100644 (file)
@@ -8,7 +8,7 @@
 // The common USB driver used for both the bootloader and the application.
 //-----------------------------------------------------------------------------
 
-#include <proxmark3.h>
+#include "proxmark3.h"
 
 #define min(a, b) (((a) > (b)) ? (b) : (a))
 
Impressum, Datenschutz