fix board from fuse for S32S3

This commit is contained in:
MichaelDvP
2025-08-30 09:54:07 +02:00
parent 0df21a7843
commit cd3cc09386
2 changed files with 12 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ enum SYSTEM_STATUS : uint8_t {
SYSTEM_STATUS_RESTART_REQUESTED = 5
};
enum FUSE_VALUE : uint8_t { ALL = 0, MFG = 1, BOARD = 2, REV = 3, BATCH = 4, FUSE = 5 };
enum FUSE_VALUE : uint8_t { ALL = 0, MFG = 1, MODEL = 2, BOARD = 3, REV = 4, BATCH = 5, FUSE = 6 };
class System {
public: