Skip to content

Commit 3cfaac6

Browse files
Move txid again
1 parent cd371ba commit 3cfaac6

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 *)(0x08000000 + VECTOR_TABLE_LOCATION - 0x3000 + 0x400))
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)