1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Fix missing slash

This commit is contained in:
Ivan Grokhotkov 2015-06-01 03:05:34 +03:00
parent d0f58bf897
commit c66a60d972

View File

@ -20,18 +20,11 @@
*/
#include "wiring_private.h"
#include "pins_arduino.h"
#ifdef __cplusplus
extern "C" {
#endif
#include "c_types.h"
#include "ets_sys.h"
#ifdef __cplusplus
}
#endif
/ ------------------------------------------------------------------ -
// ------------------------------------------------------------------ -
// timer 1
static volatile timercallback timer1_user_cb = NULL;