Skip to content

Commit 051540f

Browse files
committed
Fix broadcom NAN
1 parent 8104b82 commit 051540f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/broadcom/common-hal/microcontroller/Processor.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
#include "shared-bindings/microcontroller/Processor.h"
2828

29+
#include <math.h>
30+
2931
#include "peripherals/broadcom/vcmailbox.h"
3032

3133
float common_hal_mcu_processor_get_temperature(void) {

0 commit comments

Comments
 (0)