This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
haitaowang1001
/
DTU_4GLAN_HAL
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
28830f8b8f
Branches
Tags
master
test
DTU_4GLAN_HAL
/
app
/
IEC_SERVER
/
lib60870
/
scr
/
iec_time.c
iec_time.c
104 B
Historique
Raw
1
2
3
4
5
6
#include "iec_include.h"
msSinceEpoch Hal_getTimeInMs()
{
// return xTaskGetTickCount();
return 0;
}