Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
asap2Go committed Nov 10, 2022
2 parents 67a0962 + b7d840c commit e4bbfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

To access a specific memory location in the hex-file (contains a single byte):

`b, exists := calibrationData.hex[12345]`
`b, exists := calibrationData.Hex[12345]`

## Disclaimer
I am a mechanical engineer, so any code you see might not be up to the standards of true/correct/modern/acceptable software development ;)
Expand Down

0 comments on commit e4bbfdd

Please sign in to comment.