Skip to content

Commit

Permalink
Landungsbruecke: Fixed ID EEPROM magic number programming
Browse files Browse the repository at this point in the history
  • Loading branch information
trinamic-LH committed Aug 31, 2020
1 parent 5bf2873 commit 88c067d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyTrinamic/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ def write_id_info(self, description, board_id, hw_major_version, hw_minor_versio
self.writeShort(self.ADDR_ID, board_id)
self.writeByte(self.ADDR_HW_VERSION_MAJOR, hw_major_version)
self.writeByte(self.ADDR_HW_VERSION_MINOR, hw_minor_version)
self.writeByte(self.ADDR_MAGIC_NUMBER, self.MAGIC_NUMBER)
self.writeShort(self.ADDR_MAGIC_NUMBER, self.MAGIC_NUMBER)

0 comments on commit 88c067d

Please sign in to comment.