mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Add tests for MD5Builder, reformat and clean up code
This commit is contained in:
@ -34,4 +34,8 @@ extern "C" void yield()
|
||||
|
||||
extern "C" void __panic_func(const char* file, int line, const char* func) {
|
||||
abort();
|
||||
}
|
||||
}
|
||||
|
||||
extern "C" void delay(unsigned long ms)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user