Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 513 → Rev 514

/C-OSD/trunk/ppm.c
24,6 → 24,8
#include "main.h"
#include "max7456_software_spi.h" // clearing
 
#if !(ALLCHARSDEBUG|(WRITECHARS != -1))
 
volatile uint16_t old_timer1 = 0, ppm = 0;
 
/**
66,3 → 68,5
//write_ndigit_number_u(2, 3, valid_ppm_to_go, 100, 0); // debug
//write_ndigit_number_u(2, 4, COSD_FLAGS, 100, 0); // debug
}
 
#endif