[main] enhancement: remove delay between running tests
This commit is contained in:
parent
4c9c1ff2c8
commit
5bbbc9fe44
|
@ -340,8 +340,6 @@ int main(void)
|
||||||
cleanup_functions[display_current_frame-1]();
|
cleanup_functions[display_current_frame-1]();
|
||||||
|
|
||||||
display_to_direct();
|
display_to_direct();
|
||||||
|
|
||||||
HAL_Delay(150);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// render final result to first framebuffer
|
// render final result to first framebuffer
|
||||||
|
|
Loading…
Reference in New Issue