1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

First round review comments

This commit is contained in:
abeck70 2014-10-14 17:17:59 +11:00
parent 948d6546af
commit de68e0179f
9 changed files with 1 additions and 5 deletions

View File

@ -71,7 +71,7 @@ UAVOBJSYNTHDIR = $(OUTDIR)/../uavobject-synthetics/flight
# optional component libraries
include $(PIOS)/common/libraries/FreeRTOS/library.mk
include $(PIOS)/common/libraries/yaffs2/library.mk
include $(PIOS)/common/libraries/yaffs2/simposix/yaffs_impl.mk
include $(PIOS)/posix/libraries/yaffs2/yaffs_impl.mk
#include $(FLIGHTLIB)/PyMite/pymite.mk
# List C source files here. (C dependencies are automatically generated.)

View File

@ -202,10 +202,6 @@ uint8_t UAVObjUpdateCRC(UAVObjHandle obj_handle, uint16_t instId, uint8_t crc);
int32_t UAVObjSave(UAVObjHandle obj_handle, uint16_t instId);
int32_t UAVObjLoad(UAVObjHandle obj_handle, uint16_t instId);
int32_t UAVObjDelete(UAVObjHandle obj_handle, uint16_t instId);
#if defined(PIOS_INCLUDE_SDCARD)
int32_t UAVObjSaveToFile(UAVObjHandle obj_handle, uint16_t instId);
int32_t UAVObjLoadFromFile(UAVObjHandle obj_handle);
#endif
int32_t UAVObjSaveSettings();
int32_t UAVObjLoadSettings();
int32_t UAVObjDeleteSettings();