summaryrefslogtreecommitdiff
path: root/zephyr/include/dt-bindings/motionsense/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/include/dt-bindings/motionsense/utils.h')
-rw-r--r--zephyr/include/dt-bindings/motionsense/utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/include/dt-bindings/motionsense/utils.h b/zephyr/include/dt-bindings/motionsense/utils.h
index 7f0e5f5fc8..f7a3a31927 100644
--- a/zephyr/include/dt-bindings/motionsense/utils.h
+++ b/zephyr/include/dt-bindings/motionsense/utils.h
@@ -7,8 +7,8 @@
#ifndef DT_BINDINGS_UTILS_H
#define DT_BINDINGS_UTILS_H
-#define BIT(x) (1U << (x))
-#define ROUND_UP_FLAG BIT(31)
-#define USEC_PER_MSEC 1000
+#define BIT(x) (1U << (x))
+#define ROUND_UP_FLAG BIT(31)
+#define USEC_PER_MSEC 1000
#endif /* DT_BINDINGS_UTILS_H */