Skip to content

Commit

Permalink
Minor changes (review round 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichelp committed Mar 11, 2020
1 parent 39bf088 commit a6f61a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ def verify_flashed_app(self, expected_app):

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]
Expand Down

0 comments on commit a6f61a0

Please sign in to comment.