8000
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 c63dc88 commit 650ded4Copy full SHA for 650ded4
hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_timer.c
@@ -20,18 +20,11 @@
20
*/
21
#include "wiring_private.h"
22
#include "pins_arduino.h"
23
-#ifdef __cplusplus
24
-extern "C" {
25
-#endif
26
27
#include "c_types.h"
28
#include "ets_sys.h"
29
30
31
-}
32
33
-
34
-/ ------------------------------------------------------------------ -
+// ------------------------------------------------------------------ -
35
// timer 1
36
37
static volatile timercallback timer1_user_cb = NULL;
0 commit comments