1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-10 14:42:08 +03:00

Remove long-since disused define.

This commit is contained in:
Dirk O. Kaar 2019-12-18 09:27:00 +01:00
parent 554435780b
commit 8d2eca5684

View File

@ -37,7 +37,6 @@ extern "C" {
#define LOOP_TASK_PRIORITY 1
#define LOOP_QUEUE_SIZE 1
#define OPTIMISTIC_YIELD_TIME_US 16000
extern "C" void call_user_start();
extern void loop();