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
parent
commit
d4b96c7cb4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wiringPi/wiringPi.c

+ 1
- 1
wiringPi/wiringPi.c View File

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


Loading…
Cancel
Save