update micro-CDR version and msg templates to fit the up to date version

This commit is contained in:
TSC21
2018-11-30 08:46:57 +00:00
committed by Lorenz Meier
parent 3e57067b35
commit c25d122f12
5 changed files with 29 additions and 31 deletions
@@ -40,7 +40,7 @@
#include <pthread.h>
#include <termios.h>
#include <microcdr/microcdr.h>
#include <ucdr/microcdr.h>
#include <px4_config.h>
#include <px4_getopt.h>
#include <px4_posix.h>
@@ -92,4 +92,3 @@ struct options {
extern struct options _options;
extern bool _should_exit_task;
extern Transport_node *transport_node;