- imageinfo: fix defines

This commit is contained in:
vanhofen
2023-03-09 06:31:34 +01:00
committed by Thilo Graf
parent 79a4d321cb
commit c64a3133dc

View File

@@ -25,7 +25,7 @@
#include <config.h> #include <config.h>
#endif #endif
#if USE_STB_HAL #if HAVE_LIBSTB_HAL
#include <version_hal.h> #include <version_hal.h>
#endif #endif
@@ -411,7 +411,7 @@ void CImageInfo::initGuiInfo()
void CImageInfo::initHalInfo() void CImageInfo::initHalInfo()
{ {
#if USE_STB_HAL #if HAVE_LIBSTB_HAL
hal_libversion_t ver; hal_libversion_t ver;
hal_get_lib_version(&ver); hal_get_lib_version(&ver);
//libstb-hal version //libstb-hal version