Merge pull request #85 from namikata2020/rpi4_8g

Add piMemorySize for rpi4 8G
This commit is contained in:
Philip Howard 2020-11-26 16:36:49 +00:00 committed by GitHub
commit d4b96c7cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,7 +291,7 @@ const int piMemorySize [8] =
1024, // 2
2048, // 3
4096, // 4
0, // 5
8192, // 5
0, // 6
0, // 7
} ;