Add no-chip-version-assertion to disable checking the chip for the version

This commit is contained in:
Michael Watzko 2021-03-23 22:55:11 +01:00
commit a0f46ae95e
2 changed files with 5 additions and 0 deletions

View file

@ -16,3 +16,6 @@ embedded-hal = "0.2.4"
embedded-nal = "0.4.0"
bit_field = "0.10.1"
nb = "1.0.0"
[features]
no-chip-version-assertion = []