From cc46fa34e8c0feb002f9d623adc9baa969ccfadc Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 10 Nov 2015 00:12:30 +0200 Subject: [PATCH] Add "framework-arduinonordicnrf51" for the platform --- platformio/platforms/nordicnrf51.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platformio/platforms/nordicnrf51.py b/platformio/platforms/nordicnrf51.py index e3a09a0d..75a4cf66 100644 --- a/platformio/platforms/nordicnrf51.py +++ b/platformio/platforms/nordicnrf51.py @@ -26,6 +26,10 @@ class Nordicnrf51Platform(BasePlatform): "framework-mbed": { "default": True + }, + + "framework-arduinonordicnrf51": { + "default": False } }