From 4db522fbffd8a7527125faa5c69ec05eb0897b3e Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 20 May 2026 17:19:15 +0300 Subject: [PATCH] Init --- APP/main.c | 2 +- modular.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/APP/main.c b/APP/main.c index b59c039..dc83799 100755 --- a/APP/main.c +++ b/APP/main.c @@ -34,7 +34,7 @@ int main(void) { osKernelInitialize(); - Mma_Init(&MAIN_ENV, &GPIOS, &SERIAL_PORTS, &CAN_PORTS, &SPI_PORTS, &RTCS); + Mma_Init(&MAIN_ENV, &GPIOS, &SERIAL_PORTS, &SERIAL_LIN_PORTS, &CAN_PORTS, &SPI_PORTS, &RTCS); Mma_StartThread(&MAIN_ENV); diff --git a/modular.json b/modular.json index 86dc9b8..27d700e 100644 --- a/modular.json +++ b/modular.json @@ -257,11 +257,6 @@ "repo": "LinInterface" }, - { - "type": "git", - "provider": "HVAC_DEV", - "repo": "Lin_AT32" - }, { "type": "git",