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 d1b5df546b..505b167af9 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -205,7 +205,7 @@ int get_cpu_boost_counter(void);
205#define UNLIKELY(x) (x) 205#define UNLIKELY(x) (x)
206#endif 206#endif
207 207
208/* returns index of first set bit + 1 or 0 if no bits are set */ 208/* returns index of first set bit or 32 if no bits are set */
209int find_first_set_bit(uint32_t val); 209int find_first_set_bit(uint32_t val);
210 210
211static inline __attribute__((always_inline)) 211static inline __attribute__((always_inline))