1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00

[sam] fixing compilation in IDE (changing some #includes).

This commit is contained in:
David A. Mellis
2011-07-17 09:50:36 -04:00
parent 25e3924dda
commit d9dcc66232
23 changed files with 25 additions and 20 deletions

View File

@ -50,7 +50,7 @@
/*----------------------------------------------------------------------------
* Headers
*----------------------------------------------------------------------------*/
#include "chip.h"
#include "../chip.h"
#include <assert.h>
#include <stdint.h>