Browse Source

Add piMemorySize for rpi4 8G

pull/85/head
namikata2020 4 years ago
parent
commit
6ca0231124
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wiringPi/wiringPi.c

+ 1
- 1
wiringPi/wiringPi.c View File

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


Loading…
Cancel
Save