1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Use initVariant for wifio board

This commit is contained in:
Ivan Grokhotkov
2015-01-17 16:35:54 +03:00
parent 5e30a0ab5b
commit 2f39f82954
2 changed files with 4 additions and 8 deletions

View File

@ -119,10 +119,7 @@ extern "C" void analogWrite(uint8_t pin, int value) {
}
}
extern "C" void initPins()
{
__initPins();
// sync here
void initVariant()
{
}