Skip to content

Commit

Permalink
furi: added math.h include for compatibility with existing apps
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger committed Oct 27, 2023
1 parent 987f7f6 commit 455316c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions furi/furi.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
// FreeRTOS timer, REMOVE AFTER REFACTORING
#include <timers.h>

// Workaround for math.h leaking through HAL in older versions
#include <math.h>

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 455316c

Please sign in to comment.