diff options
Diffstat (limited to 'lib/led.c')
-rw-r--r-- | lib/led.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ * along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>. */ -#include "avr/io.h" +#include <avr/io.h> + #include "led.h" #if defined(__BOARD_arduinoUno__) || defined(__BOARD_AvrNetIo__) |