Skip to content

Commit

Permalink
Fixed #11
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Apr 29, 2024
1 parent b3ae60c commit 0047175
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 @@ -525,7 +525,7 @@ class SensorBHI260AP
private:
static void handleISR()
{
*(bool *)(__data_available) = true;
__data_available = true;
}


Expand Down

0 comments on commit 0047175

Please sign in to comment.