* hb_bd_set_angle *********************************************************************** * Sets the angle to read **********************************************************************/
| 1011 | * Sets the angle to read |
| 1012 | **********************************************************************/ |
| 1013 | void hb_bd_set_angle( hb_bd_t * d, int angle ) |
| 1014 | { |
| 1015 | |
| 1016 | if ( !bd_select_angle( d->bd, angle) ) |
| 1017 | { |
| 1018 | hb_log("bd_select_angle failed"); |
| 1019 | } |
| 1020 | } |
| 1021 | |
| 1022 | static int check_ts_sync(const uint8_t *buf) |
| 1023 | { |
no test coverage detected