altos: Clean up -Wextra warnings
[fw/altos] / src / stm / ao_profile.h
index f7dd029ddce6c4087d5d5034177fe5c89543bf19..f8a0c25e97eb6632eb72ea2d1f3b8fae3e28ca31 100644 (file)
@@ -20,7 +20,7 @@
 
 void   ao_profile_init();
 
-static uint32_t inline ao_profile_tick(void) {
+static inline uint32_t ao_profile_tick(void) {
        uint16_t        hi, lo, second_hi;
 
        do {