Skip to content

Commit

Permalink
fixup! feat(prodtest): refactor and improve prodtest
Browse files Browse the repository at this point in the history
  • Loading branch information
cepetr committed Jan 27, 2025
1 parent c3cdf4e commit 3f2a21b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 179 deletions.
3 changes: 0 additions & 3 deletions core/embed/projects/prodtest/cmd/prodtest_touch.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,21 +377,18 @@ PRODTEST_CLI_CMD(
.name = "touch-version",
.func = prodtest_touch_version,
.info = "Retrieve the touch controller version"
//.args = "x y width height timeout"
);

PRODTEST_CLI_CMD(
.name = "touch-test",
.func = prodtest_touch_test,
.info = "Test the touch controller"
//.args = "x y width height timeout"
);

PRODTEST_CLI_CMD(
.name = "touch-test-custom",
.func = prodtest_touch_test_custom,
.info = "Test the touch controller with custom parameters"
//.args = "x y width height timeout"
);

PRODTEST_CLI_CMD(
Expand Down
176 changes: 0 additions & 176 deletions core/embed/projects/prodtest/proposal-do-not-merge.md

This file was deleted.

0 comments on commit 3f2a21b

Please sign in to comment.