Skip to content

Commit

Permalink
Fix musl build
Browse files Browse the repository at this point in the history
From: Martijn Braam <martijn@brixit.nl>
  • Loading branch information
calebccff committed Aug 31, 2021
1 parent 46bb4c0 commit 8e5ccf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RKDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -128,4 +127,4 @@ class CRKDevice
char m_layerName[32];
};

#endif
#endif

0 comments on commit 8e5ccf5

Please sign in to comment.