Commit bf29b2a
bluetooth: host: Fixed missing guard for BT_SETTINGS_DEFINE
While linking with the IAR linker using generated linker scripts,
and with errors if unhandled sections are encountered, many of the
bluetooth tests failed because CONFIG_SETTINGS was not set.
The section that was not handled was
'._settings_handler_static.static.settings_handler_bt_ccc_'
Now it's only set if CONFIG_SETTINGS is set.
Signed-off-by: Lars-Ove Karlsson <[email protected]>1 parent dbd0ac4 commit bf29b2a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5888 | 5888 | | |
5889 | 5889 | | |
5890 | 5890 | | |
| 5891 | + | |
5891 | 5892 | | |
5892 | 5893 | | |
5893 | 5894 | | |
| |||
5900 | 5901 | | |
5901 | 5902 | | |
5902 | 5903 | | |
| 5904 | + | |
5903 | 5905 | | |
5904 | 5906 | | |
5905 | 5907 | | |
| |||
0 commit comments