Skip to content

Commit 7530db5

Browse files
authored
include math.h by default
1 parent af0cef4 commit 7530db5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/esp32-hal.h

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ extern "C" {
3030
#include <stdlib.h>
3131
#include <inttypes.h>
3232
#include <string.h>
33+
#include <math.h>
3334

3435
#define ESP_REG(addr) *((volatile uint32_t *)(addr))
3536
#define NOP() asm volatile ("nop")

0 commit comments

Comments
 (0)