mirror of https://github.com/ARMmbed/mbed-os.git
STM32WB - BLE restructure
parent
8c76a43d3c
commit
8f6171f8b0
|
@ -194,3 +194,4 @@ static void TlUserEvtReceived(TL_EvtPacket_t *shcievt)
|
|||
|
||||
return;
|
||||
}
|
||||
|
|
@ -17,10 +17,9 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
|
||||
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||
#ifndef __UTILITIES_CONF_H
|
||||
#define __UTILITIES_CONF_H
|
||||
#ifndef UTILITIES_CONF_H
|
||||
#define UTILITIES_CONF_H
|
||||
|
||||
#include "app_conf.h"
|
||||
|
||||
|
@ -78,6 +77,6 @@
|
|||
#define DBG_TRACE_MSG_QUEUE_SIZE 4096
|
||||
#define MAX_DBG_TRACE_MSG_SIZE 1024
|
||||
|
||||
#endif /*__UTILITIES_CONF_H */
|
||||
#endif /*UTILITIES_CONF_H */
|
||||
|
||||
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
||||
|
|
Loading…
Reference in New Issue