openocd: remove recently added CamelCase symbols
[fw/openocd] / src / target / semihosting_common.c
index c449b0539687c45de57566487ffe9a962bdd0590..bdf29a4247183d37535a4861e290915fbeab1933 100644 (file)
@@ -1417,7 +1417,7 @@ int semihosting_common(struct target *target)
                        }
                        break;
 
-               case SEMIHOSTING_USER_CMD_0x100 ... SEMIHOSTING_USER_CMD_0x107:
+               case SEMIHOSTING_USER_CMD_0X100 ... SEMIHOSTING_USER_CMD_0X107:
                        /**
                         * This is a user defined operation (while user cmds 0x100-0x1ff
                         * are possible, only 0x100-0x107 are currently implemented).