X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Fsemihosting_common.c;h=bdf29a4247183d37535a4861e290915fbeab1933;hb=de5c32fe2399bc31f69429262e42555a2dbd9095;hp=c449b0539687c45de57566487ffe9a962bdd0590;hpb=de99836cf639b63dc357a34c13825669af841f17;p=fw%2Fopenocd diff --git a/src/target/semihosting_common.c b/src/target/semihosting_common.c index c449b0539..bdf29a424 100644 --- a/src/target/semihosting_common.c +++ b/src/target/semihosting_common.c @@ -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).