Skip to content

Commit 253c8fc

Browse files
Move txid again
1 parent 8d95939 commit 253c8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)