Обновление
This commit is contained in:
parent
e72a9ea9ed
commit
9798522a3b
|
|
@ -44,7 +44,7 @@ int main(void)
|
|||
|
||||
InitPeripheralInterfaces();
|
||||
|
||||
Mma_Init(&MAIN_ENV, &GPIOS, &ADCS, &SERIAL_PORTS, &LIN_PORTS, &CAN_PORTS, &NVM_STORAGE, &RTCS);
|
||||
Mma_Init(&MAIN_ENV, &GPIOS, &ADCS, &SERIAL_PORTS, &LIN_PORTS, &CAN_PORTS, &NVM_STORAGE, &PWMS, &RTCS);
|
||||
|
||||
Mma_StartThread(&MAIN_ENV);
|
||||
|
||||
|
|
|
|||
|
|
@ -303,6 +303,12 @@
|
|||
},
|
||||
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
"provider": "HVAC_M7",
|
||||
"repo": "PwmCapture_Flagchip_FC7240"
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"type": "local",
|
||||
|
|
|
|||
Loading…
Reference in New Issue