fix new_template

This commit is contained in:
Christian W. Zuckschwerdt 2018-01-26 13:13:49 +01:00
parent aada5fd3dc
commit af79197c56

View file

@ -51,7 +51,7 @@ static int template_callback(bitbuffer_t *bitbuffer)
{
char time_str[LOCAL_TIME_BUFLEN];
data_t *data;
uint16_t r; // a row index
int r; // a row index
uint8_t *b; // bits of a row
int parity;
uint8_t r_crc, c_crc;