Skip to content

Commit

Permalink
ParameterList.xml in data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica committed Jul 31, 2012
1 parent f6be1b7 commit 1fe1f42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/comm/ParameterList.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ParameterList::ParameterList()
QDir settingsDir = QDir(qApp->applicationDirPath());
if (settingsDir.dirName() == "bin")
settingsDir.cdUp();
settingsDir.cd("settings");
settingsDir.cd("data");

// Enforce a list of parameters which are necessary for flight
reqdServoParams->append("AIL_RIGHT_IN");
Expand Down

0 comments on commit 1fe1f42

Please sign in to comment.