diff options
-rw-r--r-- | openpicc/application/iso14443a_pretender.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openpicc/application/iso14443a_pretender.h b/openpicc/application/iso14443a_pretender.h new file mode 100644 index 0000000..675a2e6 --- /dev/null +++ b/openpicc/application/iso14443a_pretender.h @@ -0,0 +1,6 @@ +#ifndef ISO14443A_PRETENDER_H_ +#define ISO14443A_PRETENDER_H_ + +void iso14443a_pretender (void *pvParameters); + +#endif /*ISO14443A_PRETENDER_H_*/ |