Skip to content

Commit f172911

Browse files
committed
Clean up
1 parent 77d186a commit f172911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

customer_app/sdk_app_lora/sdk_app_lora/sx1276-board.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ static uint8_t gpio_interrupts[MAX_GPIO_INTERRUPTS];
338338
static int init_interrupt_event(uint8_t gpioPin, DioIrqHandler *handler);
339339
static 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
343344
static int register_gpio_handler(
344345
uint8_t gpioPin, // GPIO Pin Number

0 commit comments

Comments
 (0)