This library contains code that extends and simplifies different operations
for C language based programs.
Revisión | 5bf13c182c46285d21ed3ceabb8318ee62b3e5f4 (tree) |
---|---|
Tiempo | 2022-08-30 00:43:46 |
Autor | Sergey Gusarov <laborer2008@gmai...> |
Commiter | Sergey Gusarov |
Fixed passing test_time on windows
@@ -38,7 +38,7 @@ | ||
38 | 38 | void testCompile(void) |
39 | 39 | { |
40 | 40 | #ifdef CT_TIMER_AVAILABLE |
41 | - const mseconds_t kMsSleepTime = 100; | |
41 | + const mseconds_t kMsSleepTime = 200; | |
42 | 42 | const int ksSleepTime = 3; |
43 | 43 | |
44 | 44 | uint32_t tick1; |