Skip to content
Snippets Groups Projects
Commit 0ff225d9 authored by da1l6's avatar da1l6
Browse files

CardReader: #define printf_P(...) to nothing. There is no stdout defined anymore.

parent 0e7999e0
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
#include "../common/ISO7816-common.h" #include "../common/ISO7816-common.h"
#include <stdio.h> #include <stdio.h>
#include <util/delay.h> #include <util/delay.h>
#define printf(...) #define printf(...)
#define printf_P(...)
#define CARD_PRESENCE_REG_PORT PORTB #define CARD_PRESENCE_REG_PORT PORTB
#define CARD_PRESENCE_REG_PIN PINB #define CARD_PRESENCE_REG_PIN PINB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment