Tweaks.
This commit is contained in:
parent
df512b65e1
commit
1b3d52b21f
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
WINDOW=NO
|
WINDOW=YES
|
||||||
|
|
||||||
if [ $WINDOW = "YES" ]; then
|
if [ $WINDOW = "YES" ]; then
|
||||||
# in a window (slow hack)
|
# in a window (slow hack)
|
||||||
|
|
|
@ -468,7 +468,7 @@ fgOPTIONS::parse_fov( const string& arg ) {
|
||||||
// Format is "--serial=device,format,baud,direction" where
|
// Format is "--serial=device,format,baud,direction" where
|
||||||
//
|
//
|
||||||
// device = OS device name to be open()'ed
|
// device = OS device name to be open()'ed
|
||||||
// format = {nmea, fgfs}
|
// format = {nmea, garmin,fgfs,rul}
|
||||||
// baud = {300, 1200, 2400, ..., 230400}
|
// baud = {300, 1200, 2400, ..., 230400}
|
||||||
// direction = {in, out, bi}
|
// direction = {in, out, bi}
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
// from matrices we have allready computed
|
// from matrices we have allready computed
|
||||||
// rather then performing 'textbook algebra' to rederive them
|
// rather then performing 'textbook algebra' to rederive them
|
||||||
// Norman Vine -- nhv@yahoo.com
|
// Norman Vine -- nhv@yahoo.com
|
||||||
// #define FG_VIEW_INLINE_OPTIMIZATIONS
|
#define FG_VIEW_INLINE_OPTIMIZATIONS
|
||||||
|
|
||||||
// temporary (hopefully) hack
|
// temporary (hopefully) hack
|
||||||
static int panel_hist = 0;
|
static int panel_hist = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue