소스 검색
Merge pull request #85 from namikata2020/rpi4_8g
Add piMemorySize for rpi4 8G
pull/92/head
Philip Howard
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
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 |
|
|
|
} ; |
|
|
|