Merge pull request #961 from mkbel/fix_compiler_warnings

Fix compiler warning arduino-1.6.9/hardware/tools/avr/avr/include/avr…
This commit is contained in:
PavelSindler 2018-07-23 20:00:28 +02:00 committed by GitHub
commit 2911b92b8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>