#ifndef __COMMON_H
#define __COMMON_H
+#include <stdint.h>
+typedef unsigned char byte_t;
+
//-----------------------------------------------------------------------------
// ISO 14443A
//-----------------------------------------------------------------------------