浏览代码
Merge pull request #75 from ykla/master
Add piMemorySize for rpi4b
pull/77/head
Mark Liffiton
4 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
2 次插入 和
2 次删除
-
wiringPi/wiringPi.c
|
|
@@ -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 |
|
|
|