1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/testing/rkdeveloptool/fix-musl-build.patch
2021-08-30 18:55:09 +00:00

22 lines
461 B
Diff

The PAGE_SIZE constant is not even used in the
application but conflicts with musl-dev
diff --git a/RKDevice.h b/RKDevice.h
index 2d81ae9..d608e8f 100644
--- a/RKDevice.h
+++ b/RKDevice.h
@@ -6,7 +6,6 @@
#include "DefineHeader.h"
#define SECTOR_SIZE 512
-#define PAGE_SIZE 2048
#define SPARE_SIZE 16
#define CHIPINFO_LEN 16
#define IDBLOCK_TOP 50
@@ -128,4 +127,4 @@ protected:
char m_layerName[32];
};
-#endif
\ No newline at end of file
+#endif