We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b66f9 commit af529f4Copy full SHA for af529f4
modules/lvgl/include/lvgl_zephyr.h
@@ -32,7 +32,7 @@ extern "C" {
32
*/
33
int lvgl_init(void);
34
35
-#ifdef CONFIG_LV_Z_RUN_LVGL_ON_WORKQUEUE
+#if defined(CONFIG_LV_Z_RUN_LVGL_ON_WORKQUEUE) || defined(__DOXYGEN__)
36
/**
37
* @brief Gets the instance of LVGL's workqueue
38
*
0 commit comments