Kaynağa Gözat

Merge pull request #75 from ykla/master

Add piMemorySize for rpi4b
Mark Liffiton 4 yıl önce
ebeveyn
işleme
50b7c5ed7d
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      wiringPi/wiringPi.c

+ 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