mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
[udp] gps init fix
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
unsigned char gps_udp_read_buffer[256];
|
||||
struct FmsNetwork *gps_network = NULL;
|
||||
|
||||
void gps_impl_init(void)
|
||||
void udp_gps_impl_init(void)
|
||||
{
|
||||
gps.fix = GPS_FIX_NONE;
|
||||
gps_network = network_new(STRINGIFY(GPS_UDP_HOST), 6000 /*out*/, 7000 /*in*/, TRUE);
|
||||
|
||||
Reference in New Issue
Block a user