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
|
@ -13,6 +13,6 @@ int digitalRead(uint8_t pin);
|
|||
#undef millis
|
||||
unsigned long millis();
|
||||
|
||||
#define max(a, b) std::max(a, b)
|
||||
int max(int a, int b);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue