X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8a8e7c69149cb2c7510252fd03960a4eb0085b94..refs/pull/225/head:/armsrc/printf.c diff --git a/armsrc/printf.c b/armsrc/printf.c index d5e61798..94ed809d 100644 --- a/armsrc/printf.c +++ b/armsrc/printf.c @@ -40,9 +40,6 @@ #include "util.h" #include "string.h" -typedef uint32_t uintmax_t; -typedef int32_t intmax_t; - typedef unsigned char u_char; typedef unsigned int u_int; typedef unsigned long u_long;