aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/protocol.h
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-14 01:11:29 -0800
committerpx4dev <px4@purgatory.org>2013-01-14 01:11:29 -0800
commit5c60ed9a9457e3ab0c51584e7e0db59bdbe4fd87 (patch)
treecc3582793d06504470412e076708ef914e50ff8a /apps/px4io/protocol.h
parent06b66ad065f096060bfdd2e1f18cdc6704c70d2c (diff)
downloadpx4-firmware-5c60ed9a9457e3ab0c51584e7e0db59bdbe4fd87.tar.gz
px4-firmware-5c60ed9a9457e3ab0c51584e7e0db59bdbe4fd87.tar.bz2
px4-firmware-5c60ed9a9457e3ab0c51584e7e0db59bdbe4fd87.zip
Fix up FMU input timeout handling.
Fix the FMU auto OK LED status. Strip out unused fields from the system state structure.
Diffstat (limited to 'apps/px4io/protocol.h')
-rw-r--r--apps/px4io/protocol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/px4io/protocol.h b/apps/px4io/protocol.h
index 682348a60..501691cd2 100644
--- a/apps/px4io/protocol.h
+++ b/apps/px4io/protocol.h
@@ -185,5 +185,3 @@ struct px4io_mixdata {
/* maximum size is limited by the link frame size XXX use config values to set this */
#define F2I_MIXER_MAX_TEXT (64 - sizeof(struct px4io_mixdata))
-
-#pragma pack(pop) \ No newline at end of file