There was an error while loading. Please reload this page.
1 parent 13268b9 commit 48abb79Copy full SHA for 48abb79
cores/esp32/esp32-hal.h
@@ -38,14 +38,6 @@ extern "C" {
38
#define F_CPU (CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ * 1000000U)
39
#endif
40
41
-#ifndef CONFIG_DISABLE_HAL_LOCKS
42
-#define CONFIG_DISABLE_HAL_LOCKS 0
43
-#endif
44
-
45
-#ifndef CONFIG_AUTOSTART_ARDUINO
46
-#define CONFIG_AUTOSTART_ARDUINO 1
47
48
49
//forward declaration from freertos/portmacro.h
50
void vPortYield( void );
51
#define yield() vPortYield()
0 commit comments