Skip to content
Snippets Groups Projects
Commit 876b1682 authored by remi.greub's avatar remi.greub
Browse files

meme chose mais qui marche mieux (sans l'utilisation de rec_eth

parent e9977d51
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ int main(void)
int len_rx = sizeof(master_tx_t)*2;
int len_tx = sizeof(accel_t)*2;
int rec=sizeof(master_tx_t);
//int rec=sizeof(master_tx_t);
accel_t *j;
//unsigned char *tmpmstr;
......@@ -109,7 +109,7 @@ int main(void)
send_eth(sizeof(accel_t), true);
}
//tmpmstr = rec_eth(&rec);
rec_eth(&rec);
//rec_eth(&rec);
if(flag){
//lcd_filled_circle(mstr_prev[tmpmstr->ball_id].ball_coord.x, mstr_prev[tmpmstr->ball_id].ball_coord.y, mstr_prev[tmpmstr->ball_id].radius, LCD_BLACK);
//lcd_filled_circle(mstr_now[tmpmstr->ball_id].ball_coord.x, mstr_now[tmpmstr->ball_id].ball_coord.y, mstr_now[tmpmstr->ball_id].radius, mstr_now[tmpmstr->ball_id].color);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment