Skip to content

Commit

Permalink
Fixed bmm150 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jul 24, 2024
1 parent 1a902f3 commit 184f991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SensorBMM150.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class SensorBMM150

private:

static void IRAM_ATTR handleISR(/*void *available*/)
static void handleISR(/*void *available*/)
{
// *(bool *)(available) = true;
__data_available = true;
Expand Down

0 comments on commit 184f991

Please sign in to comment.