File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
customer_app/sdk_app_lora/sdk_app_lora Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,8 @@ static uint8_t gpio_interrupts[MAX_GPIO_INTERRUPTS];
338338static int init_interrupt_event (uint8_t gpioPin , DioIrqHandler * handler );
339339static int enqueue_interrupt_event (uint8_t gpioPin , struct ble_npl_event * event );
340340
341- /// Register Interrupt Handler for GPIO. Return 0 if successful.
341+ /// Register Handler Function for GPIO. Return 0 if successful.
342+ /// GPIO Handler Function will run in the context of the Application Task, not the Interrupt Handler.
342343/// Based on bl_gpio_register in https://github.com/lupyuen/bl_iot_sdk/blob/master/components/hal_drv/bl602_hal/bl_gpio.c
343344static int register_gpio_handler (
344345 uint8_t gpioPin , // GPIO Pin Number
You can’t perform that action at this time.
0 commit comments