| 841 | } |
| 842 | |
| 843 | void pilot::get_guidebot_name(char *name) { |
| 844 | if (guidebot_name) { |
| 845 | strcpy(name, guidebot_name); |
| 846 | } else { |
| 847 | strcpy(name, "GB"); |
| 848 | } |
| 849 | } |
| 850 | |
| 851 | void pilot::set_hud_data(uint8_t *hmode, uint16_t *hstat, uint16_t *hgraphicalstat, int *gw_w, int *gw_h) { |
| 852 | if (hmode) { |
no outgoing calls
no test coverage detected