Обновление
This commit is contained in:
parent
dac1f3c397
commit
2d840a93bc
|
|
@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue