init in device_init
This commit is contained in:
parent
2893cd7ce3
commit
529b879c08
@ -128,6 +128,11 @@ void device_init()
|
|||||||
hw_init(HIGH_FREQUENCY);
|
hw_init(HIGH_FREQUENCY);
|
||||||
isLowFreq = 0;
|
isLowFreq = 0;
|
||||||
|
|
||||||
|
usbhid_init();
|
||||||
|
|
||||||
|
ctaphid_init();
|
||||||
|
|
||||||
|
ctap_init( 1 );
|
||||||
|
|
||||||
#ifndef IS_BOOTLOADER
|
#ifndef IS_BOOTLOADER
|
||||||
#if BOOT_TO_DFU
|
#if BOOT_TO_DFU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user