mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
wiring.h include avr/io.h and WProgram.h include stdlib.h and string.h
This commit is contained in:
parent
e751b61d4d
commit
d43594f1dc
@ -1,7 +1,9 @@
|
||||
#include <avr/io.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <avr/interrupt.h>
|
||||
#include <avr/signal.h>
|
||||
|
||||
#include "wiring.h"
|
||||
#include "HardwareSerial.h"
|
||||
|
||||
#include <avr/interrupt.h>
|
||||
#include <avr/signal.h>
|
||||
|
@ -25,6 +25,8 @@
|
||||
#ifndef Wiring_h
|
||||
#define Wiring_h
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"{
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user