summaryrefslogtreecommitdiff
path: root/include/extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extension.h')
-rw-r--r--include/extension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extension.h b/include/extension.h
index b984c583b0..5ce0410f57 100644
--- a/include/extension.h
+++ b/include/extension.h
@@ -19,7 +19,7 @@ enum vendor_cmd_flags {
* command endpoint or the console). If this flag is not present,
* the command is coming from the AP.
*/
- VENDOR_CMD_FROM_USB = (1 << 0),
+ VENDOR_CMD_FROM_USB = BIT(0),
};
/* Parameters for vendor commands */