Link CARDRdwr.c

Former-commit-id: b0405b7673
This commit is contained in:
2022-09-10 14:31:25 -07:00
parent 57d8500376
commit 8a8523b6ee
3 changed files with 107 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ extern "C" {
#define CARD_FAT_FREEBLOCKS 0x0003u
#define CARD_FAT_LASTSLOT 0x0004u
#define CARD_SEG_SIZE 512u
#define CARD_NUM_SYSTEM_BLOCK 5
#define CARD_SYSTEM_BLOCK_SIZE (8 * 1024u)