Skip to content

Commit

Permalink
Merge pull request WiringPi#75 from ykla/master
Browse files Browse the repository at this point in the history
Add piMemorySize for rpi4b
  • Loading branch information
liffiton authored Apr 8, 2020
2 parents 5bbb6e3 + 7d8188d commit 50b7c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiringPi/wiringPi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50b7c5e

Please sign in to comment.