forked from espressif/arduino-esp32
Dont include log header by default everywhere
This commit is contained in:
@ -68,7 +68,7 @@ void yield(void);
|
||||
#define ESP_REG(addr) *((volatile uint32_t *)(addr))
|
||||
#define NOP() asm volatile ("nop")
|
||||
|
||||
#include "esp32-hal-log.h"
|
||||
//#include "esp32-hal-log.h"
|
||||
#include "esp32-hal-matrix.h"
|
||||
#include "esp32-hal-uart.h"
|
||||
#include "esp32-hal-gpio.h"
|
||||
|
Reference in New Issue
Block a user