include math.h by default

This commit is contained in:
Me No Dev 2016-10-07 23:31:49 +03:00 committed by GitHub
parent af0cef4ec7
commit 7530db5f06

View File

@ -30,6 +30,7 @@ extern "C" {
#include <stdlib.h>
#include <inttypes.h>
#include <string.h>
#include <math.h>
#define ESP_REG(addr) *((volatile uint32_t *)(addr))
#define NOP() asm volatile ("nop")