remove '#ifndef PUBLIC_RELEASE' which surrounds a part of wifi function. wifi function can be enabled/disabled by EXPERIMENTAL_WIFI.

This commit is contained in:
gocha 2009-10-08 10:06:14 +00:00
parent 72108f36d2
commit 680c4b3b00
1 changed files with 0 additions and 2 deletions

View File

@ -2116,14 +2116,12 @@ void Sequencer::execHardware()
} }
} }
#ifndef PUBLIC_RELEASE
#ifdef EXPERIMENTAL_WIFI #ifdef EXPERIMENTAL_WIFI
if(wifi.isTriggered()) if(wifi.isTriggered())
{ {
WIFI_usTrigger(); WIFI_usTrigger();
wifi.timestamp += kWifiCycles; wifi.timestamp += kWifiCycles;
} }
#endif
#endif #endif
if(divider.isTriggered()) divider.exec(); if(divider.isTriggered()) divider.exec();