From b13e09000d964e964c8f1eac9d11730d92558fe8 Mon Sep 17 00:00:00 2001 From: Mathias Rasmussen Date: Mon, 25 Jan 2021 22:56:47 +0100 Subject: [PATCH] chore: Update version and eeprom layout --- Bluejay.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bluejay.asm b/Bluejay.asm index 1fe1c41..15f38d9 100644 --- a/Bluejay.asm +++ b/Bluejay.asm @@ -311,8 +311,8 @@ Temp_Storage: DS 48 ; Temporary storage ; A segment of the flash is used as "EEPROM", which is not available in SiLabs MCUs CSEG AT 1A00h EEPROM_FW_MAIN_REVISION EQU 0 ; Main revision of the firmware -EEPROM_FW_SUB_REVISION EQU 8 ; Sub revision of the firmware -EEPROM_LAYOUT_REVISION EQU 33 ; Revision of the EEPROM layout +EEPROM_FW_SUB_REVISION EQU 9 ; Sub revision of the firmware +EEPROM_LAYOUT_REVISION EQU 0 ; 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