Skip to content

Commit

Permalink
chore!: Change eeprom layout version for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasvr committed Jan 28, 2021
1 parent 119db20 commit 3d30c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Temp_Storage: DS 48 ; Temporary storage
CSEG AT 1A00h
EEPROM_FW_MAIN_REVISION EQU 0 ; Main revision of the firmware
EEPROM_FW_SUB_REVISION EQU 9 ; Sub revision of the firmware
EEPROM_LAYOUT_REVISION EQU 0 ; Revision of the EEPROM layout
EEPROM_LAYOUT_REVISION EQU 200 ; Revision of the EEPROM layout

Eep_FW_Main_Revision: DB EEPROM_FW_MAIN_REVISION ; EEPROM firmware main revision number
Eep_FW_Sub_Revision: DB EEPROM_FW_SUB_REVISION ; EEPROM firmware sub revision number
Expand Down

0 comments on commit 3d30c6c

Please sign in to comment.