mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
[sam] fixing compilation in IDE (changing some #includes).
This commit is contained in:
@ -20,6 +20,10 @@
|
||||
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef sam3s_ek
|
||||
#define sam3s_ek
|
||||
#endif
|
||||
|
||||
/** Name of the board */
|
||||
#define VARIANT_NAME "SAM3S-EK"
|
||||
|
||||
|
Reference in New Issue
Block a user