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

Fix missing slash

This commit is contained in:
Ivan Grokhotkov
2015-06-01 03:05:34 +03:00
parent 8e169100db
commit 5b13b9527f

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;