zephyr/samples/boards/nrf
Marcin Niestroj d7d1c4a58f samples: nrf: onoff_level_lighting_vnd_app: fix build with mcumgr
There is an optional mcumgr enabled prj_smp_svr.conf configuration
file. Using it results in following errors:

  .../src/smp_svr.c:12:10: fatal error: mgmt/buf.h: No such file or \
  directory
     12 | #include <mgmt/buf.h>
        |

Fix include paths to keep sample buildable with mcumgr enabled.

Fixes: c200b1c5e6 ("mgmt: Move mcumgr into its own folder")
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-08-06 11:54:54 +02:00
..
battery zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mesh samples: nrf: onoff_level_lighting_vnd_app: fix build with mcumgr 2020-08-06 11:54:54 +02:00
nrfx zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
system_off samples: nrf: system_off: show how to disable deep sleep 2020-07-07 15:06:08 +02:00