Update in libtock-drivers/ and nfct_test.rs application

This commit is contained in:
Mirna
2020-10-16 08:06:42 +02:00
parent 0f6eeff486
commit 929aaf3ba2
3 changed files with 96 additions and 33 deletions
+3 -3
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"])