samples: Bluetooth: Fix peripheral_ht compile error
Fix peripheral_ht compile error introduced in
commit a202341958
("devices: constify device pointers
initialized at compile time").
Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
8e1ade2663
commit
b56c6eb697
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#include <zephyr/bluetooth/gatt.h>
|
||||
|
||||
#ifdef CONFIG_TEMP_NRF5
|
||||
static const struct device *const temp_dev = DEVICE_DT_GET_ANY(nordic_nrf_temp);
|
||||
static const struct device *temp_dev = DEVICE_DT_GET_ANY(nordic_nrf_temp);
|
||||
#else
|
||||
static const struct device *temp_dev;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue