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.
2 parents 1398ae0 + a5575f7 commit bd60947Copy full SHA for bd60947
zephyr/program/lotus/src/board_function.c
@@ -184,6 +184,7 @@ static void bios_function_init(void)
184
set_standalone_mode(1);
185
#ifdef CONFIG_BOARD_LOTUS
186
set_detect_mode(flash_storage_get(FLASH_FLAGS_INPUT_MODULE_POWER));
187
+ gpio_enable_dt_interrupt(GPIO_INT_FROM_NODELABEL(int_enblk_apu_interrupt));
188
#endif
189
gpio_enable_dt_interrupt(GPIO_INT_FROM_NODELABEL(int_chassis_open));
190
check_chassis_open();
0 commit comments