diff --git a/stm32h753iitx/boardfiles/model/src/drivers.cpp b/stm32h753iitx/boardfiles/model/src/drivers.cpp index 427a9efe..e8b890bc 100644 --- a/stm32h753iitx/boardfiles/model/src/drivers.cpp +++ b/stm32h753iitx/boardfiles/model/src/drivers.cpp @@ -100,7 +100,6 @@ void initDrivers() // Core utilities systemUtilsHandle = new (&systemUtilsStorage) SystemUtils(); iwdgHandle = new (&iwdgStorage) IndependentWatchdog(&hiwdg1); - loggerHandle = new (&loggerStorage) Logger(); // Initialized later in RTOS task // Motors leftAileronMotorHandle = new (&leftAileronMotorStorage) MotorControl(&htim1, TIM_CHANNEL_1, 5, 10); diff --git a/stm32l552xx/.cproject b/stm32l552xx/.cproject index 36d1a940..f9f18a46 100644 --- a/stm32l552xx/.cproject +++ b/stm32l552xx/.cproject @@ -58,6 +58,7 @@