Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Apr 6, 2024
1 parent 5301880 commit f8d281e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SensorBHI260AP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ class SensorBHI260AP
}

private:
static void IRAM_ATTR handleISR()
static void handleISR()
{
*(bool *)(__data_available) = true;
}
Expand Down

0 comments on commit f8d281e

Please sign in to comment.