summaryrefslogtreecommitdiff
path: root/firmware/export/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/system.h')
-rw-r--r--firmware/export/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index d5da2225d6..3216948997 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -267,7 +267,7 @@ static inline uint32_t swap_odd_even32(uint32_t value)
267#endif /* !SIMULATOR */ 267#endif /* !SIMULATOR */
268 268
269#ifndef BIT_N 269#ifndef BIT_N
270#define BIT_N(n) (1UL << (n)) 270#define BIT_N(n) (1U << (n))
271#endif 271#endif
272 272
273/* Declare this as HIGHEST_IRQ_LEVEL if they don't differ */ 273/* Declare this as HIGHEST_IRQ_LEVEL if they don't differ */