Skip to content

Commit 5b13b95

Browse files
committed
Fix missing slash
1 parent 8e16910 commit 5b13b95

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_timer.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,11 @@
2020
*/
2121
#include "wiring_private.h"
2222
#include "pins_arduino.h"
23-
#ifdef __cplusplus
24-
extern "C" {
25-
#endif
2623

2724
#include "c_types.h"
2825
#include "ets_sys.h"
2926

30-
#ifdef __cplusplus
31-
}
32-
#endif
33-
34-
/ ------------------------------------------------------------------ -
27+
// ------------------------------------------------------------------ -
3528
// timer 1
3629

3730
static volatile timercallback timer1_user_cb = NULL;

0 commit comments

Comments
 (0)