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:
commit
2911b92b8f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue