From 0dedcfab96a3e0f808e980ecdbe9caf45a0f1a26 Mon Sep 17 00:00:00 2001 From: Cheong Date: Fri, 9 May 2014 15:23:45 +0800 Subject: [PATCH] Updated .bat for generating service.h file. --- .../RBL_nRF8001/run_me_compile_xml_to_nRF8001_setup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/libraries/RBL_nRF8001/run_me_compile_xml_to_nRF8001_setup.bat b/Arduino/libraries/RBL_nRF8001/run_me_compile_xml_to_nRF8001_setup.bat index 2b3282e..c070be9 100644 --- a/Arduino/libraries/RBL_nRF8001/run_me_compile_xml_to_nRF8001_setup.bat +++ b/Arduino/libraries/RBL_nRF8001/run_me_compile_xml_to_nRF8001_setup.bat @@ -2,4 +2,4 @@ del services.h del services_lock.h del ublue_setup.gen.out.txt -"%NRFGOSTUDIOPATH%"\nrfgostudio.exe -nrf8001 -g RBL_BLEShield.xml -codeGenVersion 1 -o . \ No newline at end of file +"%NRFGOSTUDIOPATH%"\nrfgostudio.exe -nrf8001 -g RBL_nRF8001.xml -codeGenVersion 1 -o . \ No newline at end of file