Implement getSerialNumber (based on BT MAC)

This commit is contained in:
Michal Moskal
2017-12-15 11:25:23 +00:00
parent 14f57f54bf
commit 55b6549999
3 changed files with 79 additions and 4 deletions

View File

@ -221,10 +221,6 @@ int current_time_ms() {
return currTime() - startTime;
}
int getSerialNumber() {
return 42; // TODO
}
void disposeThread(Thread *t) {
if (allThreads == t) {
allThreads = t->next;