Fix patch break

This commit is contained in:
Arun Prakash Jana 2024-10-02 20:07:34 +05:30
parent 1a849f1847
commit 614ebe73fa
No known key found for this signature in database
GPG key ID: 4A865183AF6C5631

View file

@ -279,15 +279,15 @@
#define VCMP 2
#define VLEN 3
/* Command history */
#define MAX_HISTORY 0x10
#define INVALID_POS 0xFF
/* Volume info */
#define VFS_AVAIL 0
#define VFS_USED 1
#define VFS_SIZE 2
/* Command history */
#define MAX_HISTORY 0x10
#define INVALID_POS 0xFF
/* TYPE DEFINITIONS */
typedef unsigned int uint_t;
typedef unsigned char uchar_t;