small change

This commit is contained in:
mail001@ntalk.de 2013-11-29 20:58:40 +00:00
parent 3014c5d982
commit 0598d496f4
1 changed files with 1 additions and 4 deletions

View File

@ -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