STM32WB - BLE restructure

pull/12283/head
jeromecoutant 2020-01-16 18:14:42 +01:00
parent 8c76a43d3c
commit 8f6171f8b0
17 changed files with 4 additions and 4 deletions

View File

@ -194,3 +194,4 @@ static void TlUserEvtReceived(TL_EvtPacket_t *shcievt)
return;
}

View File

@ -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****/