Merge pull request #75 from ykla/master

Add piMemorySize for rpi4b
This commit is contained in:
Mark Liffiton 2020-04-07 21:53:39 -05:00 committed by GitHub
commit 50b7c5ed7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -288,8 +288,8 @@ const int piMemorySize [8] =
256, // 0
512, // 1
1024, // 2
0, // 3
0, // 4
2048, // 3
4096, // 4
0, // 5
0, // 6
0, // 7