Skip to content

Commit

Permalink
dev: te2: TE2 actually has 16MB ram, not 32.
Browse files Browse the repository at this point in the history
PalmOS will support 32 happily, and use it, but let's be faithful
  • Loading branch information
uARM-Palm committed Oct 8, 2020
1 parent a6c2ba4 commit 19770be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devicePalmTungstenE2.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ enum RomChipType deviceGetRomMemType(void)

uint32_t deviceGetRamSize(void)
{
return 32UL << 20;
return 16UL << 20;
}

uint_fast8_t deviceGetSocRev(void)
Expand Down

0 comments on commit 19770be

Please sign in to comment.