mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-12-03 01:05:19 +00:00
Merge pull request #3462 from jbrazio/bugfix/old-ide-warning-followup
Versions of Arduino IDE prior to 1.6.0 are no longer supported
This commit is contained in:
commit
47e3564bbd
@ -34,8 +34,8 @@
|
|||||||
* release we will stop supporting old IDE versions and will require user
|
* release we will stop supporting old IDE versions and will require user
|
||||||
* action to proceed with compilation in such environments.
|
* action to proceed with compilation in such environments.
|
||||||
*/
|
*/
|
||||||
#if !defined(ARDUINO) || ARDUINO < 10500
|
#if !defined(ARDUINO) || ARDUINO < 10600
|
||||||
#warning Versions of Arduino IDE prior to 1.5 are no longer supported, please update your toolkit.
|
#error Versions of Arduino IDE prior to 1.6.0 are no longer supported, please update your toolkit.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user