apache / mynewt-mcumgr

Apache mynewt
https://mynewt.apache.org/
99 stars 76 forks source link

cmd: img_mgmt: fix driver include path #58

Closed pabigot closed 4 years ago

pabigot commented 4 years ago

Zephyr will soon no longer add the drivers subdirectory of the include hierarchy to the search path, so references to driver headers must include the drivers/ prefix.

Signed-off-by: Peter A. Bigot peter.bigot@nordicsemi.no

utzig commented 4 years ago

This is related to https://github.com/zephyrproject-rtos/zephyr/pull/21776

pabigot commented 4 years ago

@utzig Thanks for the fast response.