From 8e1e540410ac484529691a4719641a72c2737a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Proch=C3=A1zka?= Date: Thu, 23 Feb 2023 14:34:52 +0100 Subject: [PATCH] uncomment makefile --- Firmware/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Firmware/Makefile b/Firmware/Makefile index ccb95ab..11b8361 100644 --- a/Firmware/Makefile +++ b/Firmware/Makefile @@ -65,8 +65,7 @@ Core/Cam/Cam.c \ Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pcd.c \ Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pcd_ex.c \ Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usb.c \ - -#Core/src/tusb.c \ +Core/src/tusb.c \ Core/src/common/tusb_fifo.c \ Core/src/device/usbd.c \ Core/src/device/usbd_control.c \