mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
13 lines
163 B
C++
13 lines
163 B
C++
#include <stdint.h>
|
|
|
|
unsigned long millis() {
|
|
return 0;
|
|
}
|
|
|
|
uint64_t get_timestamp(unsigned long millis) {
|
|
return 0;
|
|
}
|
|
|
|
uint64_t millis64(void) {
|
|
return 0;
|
|
}
|