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

Dependencies:   mbed-src

bluenrg/inc/cube_hal.h

Committer:
ostapsky
Date:
2014-08-16
Revision:
0:aa1e012ec210

File content as of revision 0:aa1e012ec210:

#ifndef _CUBE_HAL_H_
#define _CUBE_HAL_H_

#include "stm32f4xx_hal.h"
/* Exported functions --------------------------------------------------------*/
void SystemClock_Config(void);

#endif //_CUBE_HAL_H_