5
0
Fork 0
mirror of https://github.com/TheTesla/HengLongUDPclient.git synced 2025-06-29 11:56:09 +02:00

velocity and direction highest value 0b11110 corrected

This commit is contained in:
Stefan Helmert 2014-01-07 05:25:14 +01:00
parent dc4d072d3e
commit 98c602a12f
7 changed files with 5 additions and 3 deletions

2
main.c
View file

@ -91,6 +91,8 @@ void *refl_thread_fcn(void* arg)
refl_thread_args_t* refl_thread_args_ptr;
uint8_t clinbr, clisel;
unsigned char servoff;
printf("pthread refl started\n");
refl_thread_args_ptr = (refl_thread_args_t*) arg;