mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
10 lines
180 B
C
10 lines
180 B
C
|
#ifndef _SDK_OVERRIDE_OSAPI_H_
|
||
|
#define _SDK_OVERRIDE_OSAPI_H_
|
||
|
|
||
|
#include "rom.h"
|
||
|
void ets_timer_arm_new (ETSTimer *a, int b, int c, int isMstimer);
|
||
|
|
||
|
#include_next "osapi.h"
|
||
|
|
||
|
#endif
|