Revert "Fix for #712 "Incorrect rollover digital numbers""

This reverts commit 11bfaf0e91.
This commit is contained in:
Frank Haverland
2022-07-20 19:12:19 +02:00
parent a0ffc88e47
commit 3f3532defe
4 changed files with 3 additions and 73 deletions

View File

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