diff --git a/lib/hardware/video.h b/lib/hardware/video.h index 6da4b2929..eed9e9546 100644 --- a/lib/hardware/video.h +++ b/lib/hardware/video.h @@ -2,7 +2,7 @@ #include #include #elif USE_STB_HAL -#include +#include #include #else #error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined. diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 5691e54d2..888ffb18e 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -236,7 +236,7 @@ CNeutrinoApp::CNeutrinoApp() standby_pressed_at.tv_sec = 0; #if HAVE_TRIPLEDRAGON || USE_STB_HAL /* this needs to happen before the framebuffer is set up */ - init_td_api(); + hal_api_init(); // shutdown_td_api(); #endif osd_resolution_tmp = -1;