Skip to content

Commit 5cadf04

Browse files
Change vector-table size for new bootloader
1 parent 1974e9c commit 5cadf04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/target/tx/devo/t8sg/target_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// will have this string. It is always located right after the jump table,
3434
// And is 12 bytes long. Current valid values are:
3535
// T8SGV1, T8SGV2, T8SGV2+, T8SGV3, T8SGV3+
36-
#define TXTYPE ((char *)0x08003008)
36+
#define TXTYPE ((char *)0x08000008)
3737
#define HAS_OLED_DISPLAY (TXTYPE[6] == '+')
3838
#define LCD_CONTRAST_FUNC(x) (x)
3939
#define HAS_LCD_FLIPPED 1

0 commit comments

Comments
 (0)