Update in libtock-drivers/ and nfct_test.rs application

This commit is contained in:
Mirna
2020-10-12 13:31:06 +02:00
parent 0f6eeff486
commit 929aaf3ba2
3 changed files with 105 additions and 42 deletions

View File

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