NUCLEO-F401RE + BlueNRG shield client test (TI Sensortag reading)

Dependencies:   mbed-src

Revision:
0:aa1e012ec210
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bluenrg/inc/cube_hal.h	Sat Aug 16 11:00:04 2014 +0000
@@ -0,0 +1,8 @@
+#ifndef _CUBE_HAL_H_
+#define _CUBE_HAL_H_
+
+#include "stm32f4xx_hal.h"
+/* Exported functions --------------------------------------------------------*/
+void SystemClock_Config(void);
+
+#endif //_CUBE_HAL_H_