File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change
1
+ //-----------------------------
2
+ // @file app_conf.h
3
+ // @author Kasper Meldgaard
4
+ // @brief Wrapper for BLE app configuration based on comment by fpistm
5
+ // (https://github.com/stm32duino/STM32duinoBLE/issues/34).
6
+ // @date 15-11-2021
7
+ // @copyright Copyright (c) 2021
8
+
1
9
#ifndef APP_CONF_H
2
10
#define APP_CONF_H
3
11
12
+ #include "ble_bufsize.h"
13
+ #include "hw.h"
14
+
4
15
#if __has_include ("app_conf_custom.h" )
5
16
#include "app_conf_custom.h"
6
17
#endif
Original file line number Diff line number Diff line change 17
17
*/
18
18
19
19
/* Define to prevent recursive inclusion -------------------------------------*/
20
- #ifndef APP_CONF_H
21
- #define APP_CONF_H
22
-
23
- #include "ble_bufsize.h"
24
- #include "hw.h"
20
+ #ifndef APP_CONF_DEFAULT_H
21
+ #define APP_CONF_DEFAULT_H
25
22
26
23
/******************************************************************************
27
24
* Application Config
183
180
*/
184
181
#define CFG_BLE_LL_ONLY 1
185
182
186
- #endif /* APP_CONF_H */
183
+ #endif /* APP_CONF_DEFAULT_H */
187
184
188
185
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
You can’t perform that action at this time.
0 commit comments