We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e16910 commit 5b13b95Copy full SHA for 5b13b95
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