Skip to content

Commit

Permalink
drivers: console: Fix path to mcumgr header
Browse files Browse the repository at this point in the history
The mcumgr header files are now in include/mgmt/mcumgr/, so reflect this
change in the UART console implementation.

Fixes #30261.

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi committed Nov 27, 2020
1 parent e39ae14 commit ebf2e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/console/uart_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <sys/atomic.h>
#include <sys/printk.h>
#ifdef CONFIG_UART_CONSOLE_MCUMGR
#include "mgmt/serial.h"
#include "mgmt/mcumgr/serial.h"
#endif

static const struct device *uart_console_dev;
Expand Down

0 comments on commit ebf2e76

Please sign in to comment.