Skip to content
Snippets Groups Projects
Commit e87e78ac authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Minor changes (review round 1)

parent 9c13d738
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@ successfully tested on the following boards:
## Disclaimer
This project is **proof-of-concept and a research platform**. It is **NOT**
meant for a day to day usage. It's still under development and as such comes
with a few limitations:
meant for a daily usage. It's still under development and as such comes with a
few limitations:
### FIDO2
......
......@@ -516,6 +516,7 @@ class OpenSKInstaller:
def create_hex_file(self, dest_file):
# We produce an intelhex file with everything in it
# https://en.wikipedia.org/wiki/Intel_HEX
# pylint: disable=g-import-not-at-top,import-outside-toplevel
import intelhex
board_props = SUPPORTED_BOARDS[self.args.board]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment