aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/systemlib.h
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-10-29 23:07:15 -0700
committerpx4dev <px4@purgatory.org>2012-10-29 23:07:15 -0700
commit66da4395b4b0c6843e20ab09e105756338803540 (patch)
tree7426c86d853dbff788fb4da4870c9f544639125b /apps/systemlib/systemlib.h
parent0616d5834039cc08057b862f80f8129a7b4948af (diff)
downloadpx4-firmware-66da4395b4b0c6843e20ab09e105756338803540.tar.gz
px4-firmware-66da4395b4b0c6843e20ab09e105756338803540.tar.bz2
px4-firmware-66da4395b4b0c6843e20ab09e105756338803540.zip
Kill the old board info code.
Diffstat (limited to 'apps/systemlib/systemlib.h')
-rw-r--r--apps/systemlib/systemlib.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/systemlib/systemlib.h b/apps/systemlib/systemlib.h
index f31c5cd1f..2c53c648b 100644
--- a/apps/systemlib/systemlib.h
+++ b/apps/systemlib/systemlib.h
@@ -117,11 +117,6 @@ struct __multiport_info {
};
__EXPORT extern const struct __multiport_info multiport_info;
-__EXPORT int carrier_store_board_info(const struct carrier_board_info_s *info);
-__EXPORT int carrier_get_board_info(struct carrier_board_info_s *info);
-
-__EXPORT int fmu_get_board_info(struct fmu_board_info_s *info);
-
__END_DECLS
#endif /* SYSTEMLIB_H_ */