Fix for #712 "Incorrect rollover digital numbers"

This commit is contained in:
Frank Haverland
2022-07-20 18:35:42 +02:00
parent 34eb89b1b6
commit 11bfaf0e91
4 changed files with 73 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ extern "C" void app_main()
RUN_TEST(test_ZeigerEval);
RUN_TEST(test_ZeigerEvalHybrid);
RUN_TEST(test_ZeigerEvalDigital);
UNITY_END();
}