X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fcore%2Fao_fec.h;h=618756c1ce7ea3984959334a7852213c1b6db462;hp=eedea8f42aba7dd81d4dab571f5116ae90e4a2af;hb=bb9fdef607728cc326a82aa632e59724f272e53b;hpb=bca72b782a2909ecedef15ad589292647221ca56 diff --git a/src/core/ao_fec.h b/src/core/ao_fec.h index eedea8f4..618756c1 100644 --- a/src/core/ao_fec.h +++ b/src/core/ao_fec.h @@ -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;