mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Fix test compilation errors and max
This commit is contained in:
parent
44d74b285e
commit
9e44de269c
8 changed files with 13 additions and 3 deletions
5
test/emul/Arduino.cpp
Normal file
5
test/emul/Arduino.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "Arduino.h"
|
||||
|
||||
int max(int a, int b) {
|
||||
return (a > b) ? a : b;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue