Skip to content

Commit

Permalink
zephyr/boot_serial_extension: Fix zcbor header path
Browse files Browse the repository at this point in the history
Include directory path is now set by CMake.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
  • Loading branch information
de-nordic committed Jun 21, 2023
1 parent 2c1c5d1 commit e6e4801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/zephyr/boot_serial_extensions.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include "bootutil/bootutil_log.h"
#include "../boot_serial/src/boot_serial_priv.h"
#include "../boot_serial/src/zcbor_encode.h"
#include <zcbor_encode.h>

#include "bootutil/image.h"
#include "bootutil/bootutil_public.h"
Expand Down

0 comments on commit e6e4801

Please sign in to comment.