Adjust mock in unit tests: fixed image_type field

pull/392/head
Daniele Lacamera 2023-11-17 15:15:18 +01:00
parent 10b2b290d3
commit 23894d31c6
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ static uint16_t _find_header(uint8_t *haystack, uint16_t type, uint8_t **ptr)
return 0;
}
uint32_t wolfBoot_get_blob_type(uint8_t *addr)
uint16_t wolfBoot_get_blob_type(uint8_t *addr)
{
return HDR_IMG_TYPE_APP;
}