This commit is contained in:
Gerolf Ziegenhain 2016-10-04 21:19:06 +02:00
parent 5f9609ce0c
commit 827798b86b
1 changed files with 1 additions and 1 deletions

View File

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