mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Merge from main and fix conflicts
This commit is contained in:
commit
28609f18a6
16 changed files with 128 additions and 82 deletions
|
@ -7,3 +7,7 @@ unsigned long millis() {
|
|||
uint64_t get_timestamp(unsigned long millis) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint64_t millis64(void) {
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue