mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
Move Settings file define from board to config header
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@109 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
0f7eeef4f8
commit
04d2428922
@ -27,10 +27,6 @@
|
||||
#ifndef PIOS_BOARD_H
|
||||
#define PIOS_BOARD_H
|
||||
|
||||
//------------------------
|
||||
// Default File Settings
|
||||
//------------------------
|
||||
#define SETTINGS_FILE "Settings.ini"
|
||||
|
||||
//------------------------
|
||||
// DMA Channels Used
|
||||
|
@ -36,8 +36,7 @@
|
||||
|
||||
|
||||
/* Defaults for MinIni */
|
||||
|
||||
#define SYS_INI_FILE system.ini
|
||||
#define SETTINGS_FILE "Settings.ini"
|
||||
|
||||
/* COM Module */
|
||||
#define GPS_BAUDRATE 19200
|
||||
|
Loading…
Reference in New Issue
Block a user