From a08d447906e9bec333b5f95ce541879d0ff4966d Mon Sep 17 00:00:00 2001 From: Juan Carlos Ferrer Date: Sat, 31 May 2014 17:01:40 -0500 Subject: [PATCH] Puts the NRF51822 test in a nicer place --- workspace_tools/export_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace_tools/export_test.py b/workspace_tools/export_test.py index 895d513c00..784132cc66 100644 --- a/workspace_tools/export_test.py +++ b/workspace_tools/export_test.py @@ -105,6 +105,7 @@ if __name__ == '__main__': ('gcc_arm', 'DISCO_F051R8'), ('gcc_arm', 'DISCO_F407VG'), ('gcc_arm', 'DISCO_F303VC'), + ('gcc_arm', 'NRF51822'), ('ds5_5', 'LPC1768'), ('ds5_5', 'LPC11U24'), @@ -113,7 +114,6 @@ if __name__ == '__main__': (None, None), - ('gcc_arm', 'NRF51822'), ]: print '\n=== Exporting to "%s::%s" ===' % (toolchain, target) test_export(toolchain, target)