Update main.c

This commit is contained in:
Conor Patrick 2019-01-07 21:20:07 -05:00
parent 96f65be9c2
commit 121070822f

View File

@ -46,6 +46,7 @@ int main(int argc, char * argv[])
// TAG_GA | // TAG_GA |
// TAG_WALLET | // TAG_WALLET |
TAG_STOR | TAG_STOR |
TAG_NFC |
// TAG_CP | // TAG_CP |
// TAG_CTAP| // TAG_CTAP|
// TAG_HID| // TAG_HID|
@ -95,6 +96,7 @@ int main(int argc, char * argv[])
{ {
} }
ctaphid_check_timeouts(); ctaphid_check_timeouts();
} }
// Should never get here // Should never get here