mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 20:36:06 +08:00
fix typo. bizarre that it compiled before... maybe points to a bug?
This commit is contained in:
@@ -38,7 +38,7 @@ static void timeout_cb(int fd, short event, void *arg);
|
||||
static struct event timeout;
|
||||
static struct event read_event;
|
||||
static struct FmsNetwork* network;
|
||||
static struct DownlinkTrasport *udp_transport;
|
||||
static struct DownlinkTransport *udp_transport;
|
||||
|
||||
void timeout_cb(int fd, short event, void *arg) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user