X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fbrymen-bm86x%2Fprotocol.c;h=4de8a74cf6bdc7ffd6e4b4124d32292544e1be00;hb=515ab0889ebde4b373d620044a1a98da37153056;hp=d300149dd516c88e0f1780d23bedd66e5cd74021;hpb=af1e487e3f8268bd3cecf778a26fa391ea2d1a31;p=libsigrok.git diff --git a/src/hardware/brymen-bm86x/protocol.c b/src/hardware/brymen-bm86x/protocol.c index d300149d..4de8a74c 100644 --- a/src/hardware/brymen-bm86x/protocol.c +++ b/src/hardware/brymen-bm86x/protocol.c @@ -23,7 +23,7 @@ #define USB_TIMEOUT 500 -static char char_map[128] = { +static const char char_map[128] = { [0x20] = '-', [0x5F] = '0', [0x50] = '1',