Skip to content

Commit 10abece

Browse files
committed
esp32 hid device work well
1 parent 3a10b6a commit 10abece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/bsp/espressif/boards/family.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ static void max3421_init(void) {
224224

225225
// Interrupt pin
226226
max3421_intr_sem = xSemaphoreCreateBinary();
227-
xTaskCreate(max3421_intr_task, "max3421 intr", 2048, NULL, configMAX_PRIORITIES-1, NULL);
227+
xTaskCreate(max3421_intr_task, "max3421 intr", 2048, NULL, configMAX_PRIORITIES-2, NULL);
228228

229229
gpio_set_direction(MAX3421_INTR_PIN, GPIO_MODE_INPUT);
230230
gpio_set_intr_type(MAX3421_INTR_PIN, GPIO_INTR_NEGEDGE);

0 commit comments

Comments
 (0)