add UP wait HID messages to U2F for windows

This commit is contained in:
Conor Patrick
2019-05-09 17:46:01 -04:00
parent e402d36bf1
commit 9fb02d4da3
2 changed files with 7 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ void TIM6_DAC_IRQHandler()
}
#ifndef IS_BOOTLOADER
// NFC sending WTX if needs
if (device_is_nfc())
if (device_is_nfc() == NFC_IS_ACTIVE)
{
WTX_timer_exec();
}