mirror of
https://github.com/arduino/Arduino.git
synced 2025-04-10 02:02:21 +02: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 "wiring.h"
|
||||||
#include "HardwareSerial.h"
|
#include "HardwareSerial.h"
|
||||||
|
|
||||||
#include <avr/interrupt.h>
|
|
||||||
#include <avr/signal.h>
|
|
||||||
|
@ -25,6 +25,8 @@
|
|||||||
#ifndef Wiring_h
|
#ifndef Wiring_h
|
||||||
#define Wiring_h
|
#define Wiring_h
|
||||||
|
|
||||||
|
#include <avr/io.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"{
|
extern "C"{
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user