Revert "Implemented late analog / digital transition (#2778)"

This reverts commit b5a4cfed96.
This commit is contained in:
CaCO3
2024-02-12 22:40:22 +01:00
parent bcd07761b6
commit 141aea7fa7
4 changed files with 12 additions and 226 deletions

View File

@@ -164,8 +164,6 @@ extern "C" void app_main()
RUN_TEST(test_doFlowPP2);
RUN_TEST(test_doFlowPP3);
RUN_TEST(test_doFlowPP4);
RUN_TEST(test_doFlowLateTransition);
RUN_TEST(test_doFlowEarlyTransition);
// getReadoutRawString test
RUN_TEST(test_getReadoutRawString);