This commit is contained in:
Gerolf Ziegenhain 2016-10-04 21:19:18 +02:00
parent 827798b86b
commit 496aa90bfe
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ void txloop (void)
tx_data_packet.n++; tx_data_packet.n++;
tx_data_packet.code[tx_data_packet.n - 1] = tx_data_packet.code[tx_data_packet.n - 1] =
(int) ((key_press_t1 - key_release_t1) * -1); (int) ((key_press_t1 - key_release_t1) * -1);
snprintf(tx_data_packet.status[tx_data_packet.n - 1], SIZE_STATUS, "xXx");
#ifdef DEBUG #ifdef DEBUG
printf("space: %i\n", tx_data_packet.code[tx_data_packet.n -1]); printf("space: %i\n", tx_data_packet.code[tx_data_packet.n -1]);