From 529b879c083720746e26cd3004b6b9cbcd42be5e Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Mon, 11 Feb 2019 22:02:41 -0500 Subject: [PATCH] init in device_init --- targets/stm32l432/src/device.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/targets/stm32l432/src/device.c b/targets/stm32l432/src/device.c index dbb2a09..7600f34 100644 --- a/targets/stm32l432/src/device.c +++ b/targets/stm32l432/src/device.c @@ -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