altos: Clean up -Wextra warnings
[fw/altos] / src / core / ao_fec.h
index eedea8f42aba7dd81d4dab571f5116ae90e4a2af..618756c1ce7ea3984959334a7852213c1b6db462 100644 (file)
@@ -31,7 +31,7 @@ void
 ao_fec_dump_bytes(const uint8_t *bytes, uint16_t len, const char *name);
 #endif
 
-static uint16_t inline
+static inline uint16_t
 ao_fec_crc_byte(uint8_t byte, uint16_t crc)
 {
        uint8_t bit;