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 4bb8927 commit f840325Copy full SHA for f840325
cores/esp32/HardwareSerial.cpp
@@ -11,18 +11,6 @@
11
#include "driver/uart.h"
12
#include "freertos/queue.h"
13
14
-#ifndef ARDUINO_SERIAL_EVENT_TASK_STACK_SIZE
15
-#define ARDUINO_SERIAL_EVENT_TASK_STACK_SIZE 2048
16
-#endif
17
-
18
-#ifndef ARDUINO_SERIAL_EVENT_TASK_PRIORITY
19
-#define ARDUINO_SERIAL_EVENT_TASK_PRIORITY (configMAX_PRIORITIES - 1)
20
21
22
-#ifndef ARDUINO_SERIAL_EVENT_TASK_RUNNING_CORE
23
-#define ARDUINO_SERIAL_EVENT_TASK_RUNNING_CORE -1
24
25
26
void serialEvent(void) __attribute__((weak));
27
28
#if SOC_UART_HP_NUM > 1
0 commit comments