1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

Ups, forgot a bit of debugging code

This commit is contained in:
Damjan Adamic 2014-07-01 21:56:06 +02:00
parent e4314004a8
commit 194a635800

View file

@ -2241,14 +2241,6 @@ void doMixerCalculations()
val >>= (RESX_SHIFT-4); // calibrate it
#endif
{
static int cnt = 0;
if (++cnt > 100) {
cnt = 0;
TRACE("Ttrace: %d", (int)val);
}
}
// Timers start
for (uint8_t i=0; i<MAX_TIMERS; i++) {
int8_t tm = g_model.timers[i].mode;