Fixed the MO revision strings.

This commit is contained in:
OBattler
2020-07-24 20:57:38 +02:00
parent 564f46bc07
commit 112b4c3dc2

View File

@@ -53,7 +53,7 @@ typedef struct
{
const char vendor[8];
const char model[16];
const char revision[4];
const char revision[5];
int8_t supported_media[KNOWN_MO_TYPES];
} mo_drive_type_t;