1
0
forked from me/IronOS

WiP on hotplate temp reading

This commit is contained in:
Ben V. Brown
2021-04-27 21:35:07 +10:00
parent 68316f0735
commit 90f23a9228
6 changed files with 82 additions and 62 deletions

View File

@@ -57,7 +57,7 @@ void InterruptHandler::readPendingMessage() {
}
}
void InterruptHandler::Thread(const void *arg) {
void InterruptHandler::Thread(const void *arg) {
(void)arg;
union fusb_status status;
for (;;) {