Skip to content

Commit 63c860b

Browse files
authored
revert2
1 parent 93aa27f commit 63c860b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/HardwareSerial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class HardwareSerial: public Stream
5959

6060
// onReceive will setup a callback for whenever UART data is received
6161
// it will work as UART Rx interrupt
62-
void onReceive(void(*function)(void));
62+
//void onReceive(void(*function)(void));
6363

6464
void begin(unsigned long baud, uint32_t config=SERIAL_8N1, int8_t rxPin=-1, int8_t txPin=-1, bool invert=false, unsigned long timeout_ms = 20000UL, uint8_t rxfifo_full_thrhd = 112);
6565
void end(bool turnOffDebug = true);

0 commit comments

Comments
 (0)