1
0
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:
Ivan Grokhotkov
2016-06-13 12:47:33 +08:00
parent 3640757692
commit 063e4cc88f
8 changed files with 484 additions and 62 deletions

View File

@ -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)
{
}