wiringPi: android: don't define duplicated definition.

This commit is contained in:
Luke Go
2019-07-08 15:37:59 +09:00
committed by Joshua Yang
parent 2b0b365974
commit 8cfb574266

View File

@@ -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)
/*----------------------------------------------------------------------------*/