Resolved Review Comments

This commit is contained in:
Mirna
2020-10-21 10:39:17 +02:00
parent 2ac55d3459
commit 7e0a48ae1c
2 changed files with 32 additions and 47 deletions

View File

@@ -921,13 +921,6 @@ if __name__ == "__main__":
const="console_test",
help=("Compiles and installs the console_test example that tests the "
"console driver with messages of various lengths."))
apps_group.add_argument(
"--nfct_test",
dest="application",
action="store_const",
const="nfct_test",
help=("Compiles and installs the nfct_test example that tests the "
"NFC driver."))
main_parser.set_defaults(features=["with_ctap1"])