small change
This commit is contained in:
parent
7e17cd1108
commit
c39313153c
|
@ -38,10 +38,7 @@ uint8_t tagStorage[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
setupNfcEmulator(tagStorage, sizeof(tagStorage));
|
setupNfcEmulator(tagStorage, sizeof(tagStorage));
|
||||||
|
|
||||||
//Ausgang für LED
|
|
||||||
DDRA |= (1<<0);
|
|
||||||
|
|
||||||
while(1)
|
while(1)
|
||||||
{
|
{
|
||||||
//do other stuff
|
//do other stuff
|
||||||
|
|
Loading…
Reference in New Issue