diff --git a/wiringPi/wiringPi.h b/wiringPi/wiringPi.h index 348a55d..4048cd9 100755 --- a/wiringPi/wiringPi.h +++ b/wiringPi/wiringPi.h @@ -103,7 +103,9 @@ extern const char *piMakerNames [16]; extern const int piMemorySize [ 8]; /*----------------------------------------------------------------------------*/ +#if !defined(ANDROID) #define PAGE_SIZE (4*1024) +#endif #define BLOCK_SIZE (4*1024) /*----------------------------------------------------------------------------*/