Update lpc176x framework version requirement (#15868)

This commit is contained in:
Chris Pepper
2019-11-10 23:30:28 +00:00
committed by GitHub
parent 48b7a1e66e
commit 86d0bc1af5
2 changed files with 3 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
#if PIO_PLATFORM_VERSION < 000001000
#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 < 000002000
#if PIO_FRAMEWORK_VERSION < 000002001
#error "framework-arduino-lpc176x package is out of date, Please update the PlatformIO platforms, frameworks and libraries."
#endif