diff --git a/trunk/NfcEmul/main.c b/trunk/NfcEmul/main.c index 9ddf0ba..ecb34aa 100644 --- a/trunk/NfcEmul/main.c +++ b/trunk/NfcEmul/main.c @@ -38,10 +38,7 @@ uint8_t tagStorage[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x int main(void) { setupNfcEmulator(tagStorage, sizeof(tagStorage)); - - //Ausgang für LED - DDRA |= (1<<0); - + while(1) { //do other stuff