init in device_init

This commit is contained in:
Conor Patrick 2019-02-11 22:02:41 -05:00
parent 2893cd7ce3
commit 529b879c08

View File

@ -128,6 +128,11 @@ void device_init()
hw_init(HIGH_FREQUENCY);
isLowFreq = 0;
usbhid_init();
ctaphid_init();
ctap_init( 1 );
#ifndef IS_BOOTLOADER
#if BOOT_TO_DFU