wip
This commit is contained in:
parent
5f9609ce0c
commit
827798b86b
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user