update examples/Task/main.py.

This commit is contained in:
李昂 2022-01-23 16:49:53 +00:00 committed by Gitee
parent ec84f2e1ac
commit 592c9a15d0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -35,3 +35,4 @@ task.call_period_ms(rgb_task, 50)
task.call_period_ms(led_task, 500)
task.run_always()