osapi.h 180 B

123456789
  1. #ifndef _SDK_OVERRIDE_OSAPI_H_
  2. #define _SDK_OVERRIDE_OSAPI_H_
  3. #include "rom.h"
  4. void ets_timer_arm_new (ETSTimer *a, int b, int c, int isMstimer);
  5. #include_next "osapi.h"
  6. #endif