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:
@ -119,10 +119,7 @@ extern "C" void analogWrite(uint8_t pin, int value) {
|
||||
}
|
||||
}
|
||||
|
||||
extern "C" void initPins()
|
||||
{
|
||||
__initPins();
|
||||
// sync here
|
||||
void initVariant()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user