Init
This commit is contained in:
parent
56e2e76a96
commit
4db522fbff
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -257,11 +257,6 @@
|
|||
"repo": "LinInterface"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
"provider": "HVAC_DEV",
|
||||
"repo": "Lin_AT32"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in New Issue