моделирование чет непонятное
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
void app_step(void)
|
||||
{
|
||||
// USER APP STEP START
|
||||
static int first_step = 0;
|
||||
if(first_step == 0)
|
||||
{
|
||||
first_step = 1;
|
||||
UPP_DO.CEN(ENABLE);
|
||||
}
|
||||
|
||||
UPP_While();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user