mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
Changed Due Board tags
This commit is contained in:
@ -49,17 +49,10 @@ extern "C"{
|
|||||||
|
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#ifndef arduino_due_u
|
#define ArduinoDueU_DevEd
|
||||||
#define arduino_due_u
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/** Name of the board */
|
/** Name of the board */
|
||||||
#define VARIANT_NAME "ARDUINO_DUE"
|
#define VARIANT_NAME "Arduino_DueU_Dev_Ed"
|
||||||
|
|
||||||
/*
|
|
||||||
#define VARIANT_REV_A
|
|
||||||
#define VARIANT_REV_B
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** Frequency of the board main oscillator */
|
/** Frequency of the board main oscillator */
|
||||||
#define VARIANT_MAINOSC 12000000
|
#define VARIANT_MAINOSC 12000000
|
||||||
|
@ -46,12 +46,10 @@ extern "C"{
|
|||||||
|
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#ifndef arduino_due_x
|
#define ArduinoDueX_DevEd
|
||||||
#define arduino_due_x
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/** Name of the board */
|
/** Name of the board */
|
||||||
#define VARIANT_NAME "ARDUINO_DUE"
|
#define VARIANT_NAME "Arduino_DueX_Dev_Ed"
|
||||||
|
|
||||||
/** Frequency of the board main oscillator */
|
/** Frequency of the board main oscillator */
|
||||||
#define VARIANT_MAINOSC 12000000
|
#define VARIANT_MAINOSC 12000000
|
||||||
|
Reference in New Issue
Block a user