Skip to content

Commit

Permalink
[pprzlink] start fixing some compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Jan 8, 2016
1 parent 85cf59e commit c049e4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions sw/airborne/subsystems/datalink/downlink.h
Expand Up @@ -30,6 +30,7 @@

#include <inttypes.h>

#include "generated/airframe.h"
#include "generated/modules.h"
#include "pprzlink/messages.h"

Expand Down
2 changes: 1 addition & 1 deletion sw/ext/pprzlink
2 changes: 1 addition & 1 deletion sw/simulator/nps/nps_ivy.c
Expand Up @@ -85,7 +85,7 @@ static void on_WORLD_ENV(IvyClientPtr app __attribute__((unused)),
}

#include "generated/settings.h"
#include "dl_protocol.h"
#include "pprzlink/dl_protocol.h"
#include "subsystems/datalink/downlink.h"
static void on_DL_SETTING(IvyClientPtr app __attribute__((unused)),
void *user_data __attribute__((unused)),
Expand Down

0 comments on commit c049e4b

Please sign in to comment.