lib: smf: fix include

Change include to angle brackets
Add zephyr/ prefix to include

Signed-off-by: Tomislav Milkovic <milkovic@byte-lab.com>
This commit is contained in:
Tomislav Milkovic 2022-05-23 13:24:11 +02:00 committed by Stephanos Ioannidis
commit 3df84e6d55

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include "smf.h"
#include <zephyr/smf.h>
#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(smf);