mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-07 16:23:38 +03:00
Fix missing slash
This commit is contained in:
parent
d0f58bf897
commit
c66a60d972
@ -20,18 +20,11 @@
|
|||||||
*/
|
*/
|
||||||
#include "wiring_private.h"
|
#include "wiring_private.h"
|
||||||
#include "pins_arduino.h"
|
#include "pins_arduino.h"
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "c_types.h"
|
#include "c_types.h"
|
||||||
#include "ets_sys.h"
|
#include "ets_sys.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
// ------------------------------------------------------------------ -
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/ ------------------------------------------------------------------ -
|
|
||||||
// timer 1
|
// timer 1
|
||||||
|
|
||||||
static volatile timercallback timer1_user_cb = NULL;
|
static volatile timercallback timer1_user_cb = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user