Explorar o código

Fix compiler warning arduino-1.6.9/hardware/tools/avr/avr/include/avr/delay.h:36:2: warning: #warning "This file has been moved to <util/delay.h>." [-Wcpp]

Marek Bel %!s(int64=6) %!d(string=hai) anos
pai
achega
e77a54034c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Firmware/pat9125.c

+ 1 - 1
Firmware/pat9125.c

@@ -1,6 +1,6 @@
 //pat9125.c
 #include "pat9125.h"
-#include <avr/delay.h>
+#include <util/delay.h>
 #include <avr/pgmspace.h>
 #include "config.h"
 #include <stdio.h>