Update osEeprom Read and Write (#608)

This commit is contained in:
MegaMech
2024-04-14 17:15:41 -06:00
committed by GitHub
parent 0bb6992728
commit 3dd4c071e1
13 changed files with 192 additions and 198 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
typedef struct {
u16 type; /* Controller Type */
u8 status; /* Controller status */
u8 errno;
u8 errnum;
}OSContStatus;
typedef struct {