diff --git a/fw/hash.c b/fw/hash.c index b876598..109d4a2 100644 --- a/fw/hash.c +++ b/fw/hash.c @@ -15,7 +15,9 @@ #include #include +#ifdef __AVR__ #include +#endif /* __AVR__ */ #include "hash.h"