This commit is contained in:
VerstreuteSeele
2022-12-18 22:04:46 +01:00
parent 482b338800
commit fb2b83b92a
3 changed files with 3 additions and 1 deletions
@@ -327,6 +327,7 @@ static const char* subbrute_protocol_file_types[] = {
[MagellanFileProtocol] = "Magellan",
[IntertechnoV3FileProtocol] = "Intertechno_V3",
[AnsonicFileProtocol] = "Ansonic",
[HoneywellFileProtocol] = "Honeywell",
[UnknownFileProtocol] = "Unknown"};
/**
@@ -19,6 +19,7 @@ typedef enum {
MagellanFileProtocol,
IntertechnoV3FileProtocol,
AnsonicFileProtocol,
HoneywellFileProtocol,
UnknownFileProtocol,
TotalFileProtocol,
} SubBruteFileProtocol;
+1 -1
View File
@@ -14,7 +14,7 @@ DEBUG = 0
# Suffix to add to files when building distribution
# If OS environment has DIST_SUFFIX set, it will be used instead
DIST_SUFFIX = "CC_CL-0006"
DIST_SUFFIX = "CC_CL-0008"
# Coprocessor firmware
COPRO_OB_DATA = "scripts/ob.data"