mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-23 08:45:22 +03:00
Workaround for #1759. Using extern "C" qualifiers in sketch breaks compilation in Arduino IDE 1.6.8.
12 lines
94 B
C++
12 lines
94 B
C++
ADC_MODE(ADC_VCC);
|
|
RF_MODE(RF_DISABLED);
|
|
RF_PRE_INIT()
|
|
{
|
|
}
|
|
|
|
void setup() {
|
|
}
|
|
|
|
void loop() {
|
|
}
|