1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Minini removed from OpenPilot

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@965 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2010-07-01 08:57:06 +00:00 committed by dankers
parent e6fccfd776
commit e47f755c30
3 changed files with 0 additions and 16 deletions

View File

@ -108,7 +108,6 @@ STMUSBINCDIR = $(STMUSBDIR)/inc
CMSISDIR = $(STMLIBDIR)/CMSIS/Core/CM3
DOSFSDIR = $(APPLIBDIR)/dosfs
MSDDIR = $(APPLIBDIR)/msd
MININIDIR = $(APPLIBDIR)/minIni
RTOSDIR = $(APPLIBDIR)/FreeRTOS
RTOSSRCDIR = $(RTOSDIR)/Source
RTOSINCDIR = $(RTOSSRCDIR)/include
@ -234,10 +233,6 @@ SRC += $(RTOSSRCDIR)/portable/MemMang/heap_2.c
SRC += $(DOSFSDIR)/dosfs.c
SRC += $(DOSFSDIR)/dfs_sdcard.c
## ITB CompuPhase's minIni
SRC += $(MININIDIR)/minIni.c
SRC += $(MININIDIR)/minGlue.c
## Mass Storage Device
SRC += $(MSDDIR)/msd.c
SRC += $(MSDDIR)/msd_bot.c
@ -304,7 +299,6 @@ EXTRAINCDIRS += $(STMUSBINCDIR)
EXTRAINCDIRS += $(CMSISDIR)
EXTRAINCDIRS += $(DOSFSDIR)
EXTRAINCDIRS += $(MSDDIR)
EXTRAINCDIRS += $(MININIDIR)
EXTRAINCDIRS += $(RTOSINCDIR)
EXTRAINCDIRS += $(APPLIBDIR)
EXTRAINCDIRS += $(RTOSSRCDIR)/portable/GCC/ARM_CM3

View File

@ -28,10 +28,4 @@
#ifndef OP_CONFIG_H
#define OP_CONFIG_H
/* Compile Time Macros */
/* Defaults for MinIni */
#endif /* OP_CONFIG_H */

View File

@ -59,10 +59,6 @@
#define LOG_FILENAME "PIOS.LOG"
#define STARTUP_LOG_ENABLED 1
/* Defaults for MinIni */
#define SETTINGS_FILE "SETTINGS.INI"
/* COM Module */
#define GPS_BAUDRATE 19200
#define TELEM_BAUDRATE 19200