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:
parent
e4314004a8
commit
194a635800
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue