We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8104b82 commit 051540fCopy full SHA for 051540f
ports/broadcom/common-hal/microcontroller/Processor.c
@@ -26,6 +26,8 @@
26
27
#include "shared-bindings/microcontroller/Processor.h"
28
29
+#include <math.h>
30
+
31
#include "peripherals/broadcom/vcmailbox.h"
32
33
float common_hal_mcu_processor_get_temperature(void) {
0 commit comments