Files
ss/include/rvl/NWC24/NWC24Time.h
T
2023-12-24 09:59:13 -05:00

14 lines
193 B
C

#ifndef RVL_SDK_NWC24_TIME_H
#define RVL_SDK_NWC24_TIME_H
#include <common.h>
#ifdef __cplusplus
extern "C" {
#endif
s32 NWC24iSynchronizeRtcCounter(void);
#ifdef __cplusplus
}
#endif
#endif