Skip to content

Commit

Permalink
Fix: Decrease version
Browse files Browse the repository at this point in the history
  • Loading branch information
stylesuxx committed Sep 23, 2023
1 parent 4463020 commit 123ecde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ Temp_Storage: DS 48 ; Temporary storage (internal memory)
;**** **** **** **** **** **** **** **** **** **** **** **** ****
CSEG AT CSEG_EEPROM
EEPROM_FW_MAIN_REVISION EQU 0 ; Main revision of the firmware
EEPROM_FW_SUB_REVISION EQU 21 ; Sub revision of the firmware
EEPROM_FW_SUB_REVISION EQU 20 ; Sub revision of the firmware
EEPROM_LAYOUT_REVISION EQU 207 ; Revision of the EEPROM layout
EEPROM_B2_PARAMETERS_COUNT EQU 28 ; Number of parameters

Expand Down

0 comments on commit 123ecde

Please sign in to comment.