summaryrefslogtreecommitdiff
path: root/include/host_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/host_command.h')
-rw-r--r--include/host_command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/host_command.h b/include/host_command.h
index 74f68f9891..3ab3d54351 100644
--- a/include/host_command.h
+++ b/include/host_command.h
@@ -273,7 +273,7 @@ struct host_command *zephyr_find_host_command(int command);
static enum ec_status(routine)(struct host_cmd_handler_args *args); \
const struct host_command __keep __no_sanitize_address \
EXPAND(0x0000, command) \
- __attribute__((section(".rodata.hcmds."EXPANDSTR(0x0000, command)))) \
+ __attribute__((section(".rodata.hcmds." EXPANDSTR(0x0000, command)))) \
= {routine, command, version_mask}
/*