Update lpc176x requirements (#15869)

This commit is contained in:
Chris Pepper
2019-11-11 03:25:56 +00:00
committed by GitHub
parent b9703fdf36
commit af61f37b65
2 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@
*/
#pragma once
#if PIO_PLATFORM_VERSION < 000001000
#if PIO_PLATFORM_VERSION < 1001
#error "nxplpc-arduino-lpc176x package is out of date, Please update the PlatformIO platforms, frameworks and libraries. You may need to remove the platform and let it reinstall automatically."
#endif
#if PIO_FRAMEWORK_VERSION < 000002001
#if PIO_FRAMEWORK_VERSION < 2002
#error "framework-arduino-lpc176x package is out of date, Please update the PlatformIO platforms, frameworks and libraries."
#endif