Skip to content

Commit 4ca05ef

Browse files
Adjustments for development mode consoles
1 parent 7cb0336 commit 4ca05ef

File tree

3 files changed

+353
-355
lines changed

3 files changed

+353
-355
lines changed

arm_user/source/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ UhsServer* _main()
2323
blockHeader->size = 0x18d360;
2424
blockHeader->next = NULL;
2525

26-
UhsDevice* device = (UhsDevice*) 0x102996a0;
26+
UhsDevice* device = (UhsDevice*) 0x10299700;
2727

2828
// set some unfreeable blocks to NULL, so device destruction won't fail
2929
device->UhsDevStrings = NULL;

0 commit comments

Comments
 (0)