Skip to content
Snippets Groups Projects
Commit fc3a5906 authored by Christos Gentsos's avatar Christos Gentsos
Browse files

General: correct the MFR_ID and MFR_MDL strings

parent 873da4e1
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@
#include <float_utils.h>
#include <usb_debug.h>
const char MFR_ID[] = "CERN (be/co)";
const char MFR_MDL[] = "DIOT MoniMod";
const char MFR_ID[] = "CERN (BE/CO)";
const char MFR_MDL[] = "DI/OT MoniMod";
const char MFR_REV[] = "0.1p";
const char MFR_LOC[] = "Geneva";
const char MFR_DAT[] = "190801";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment