Browse Source
Merge pull request #85 from namikata2020/rpi4_8g
Add piMemorySize for rpi4 8G
pull/92/head
Philip Howard
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
wiringPi/wiringPi.c
|
|
@@ -291,7 +291,7 @@ const int piMemorySize [8] = |
|
|
|
1024, // 2 |
|
|
|
2048, // 3 |
|
|
|
4096, // 4 |
|
|
|
0, // 5 |
|
|
|
8192, // 5 |
|
|
|
0, // 6 |
|
|
|
0, // 7 |
|
|
|
} ; |
|
|
|