Обновление

This commit is contained in:
cfif 2025-12-08 15:51:03 +03:00
parent dac1f3c397
commit 2d840a93bc
1 changed files with 3 additions and 3 deletions

View File

@ -26,14 +26,14 @@ void Mma_Init(
static _Noreturn void Mma_Thread(tMma *env) {
// Запуск устройства
Mma_InitStage(env);
// Mma_InitStage(env);
for (;;) {
// GpioPinSet(&env->gpios->Led.ledR, true);
SystemDelayMs(500);
SystemDelayMs(5000);
// GpioPinSet(&env->gpios->Led.ledR, false);
SystemDelayMs(500);
SystemDelayMs(5000);
}
}