Skip to content

Commit

Permalink
- fix comment close in config.h
Browse files Browse the repository at this point in the history
git-svn-id: http://multiwii.googlecode.com/svn/trunk/MultiWii_shared@1362 02679b44-d973-9852-f2fa-63770883b36c
  • Loading branch information
der.fliegende.hamburger@googlemail.com committed Mar 10, 2013
1 parent 2595553 commit 5af6d55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -777,13 +777,12 @@
/******************************** Activation ***********************************/
//#define LCD_TELEMETRY

/* to enable automatic hopping between a choice of telemetry pages uncomment this.
/* to enable automatic hopping between a choice of telemetry pages uncomment this. */
//#define LCD_TELEMETRY_AUTO "123452679" // pages 1 to 9 in ascending order
//#define LCD_TELEMETRY_AUTO "212232425262729" // strong emphasis on page 2

/* manual stepping sequence;
First page of the sequence gets loaded at startup to allow non-interactive display */
//#define LCD_TELEMETRY_STEP "0123456789" // should contain a 0 to allow switching off. First page of sequence gets loaded upon startup
/* manual stepping sequence; first page of the sequence gets loaded at startup to allow non-interactive display */
//#define LCD_TELEMETRY_STEP "0123456789" // should contain a 0 to allow switching off.

/* optional exclude some functionality - uncomment to suppress some unwanted telemetry pages */
//#define SUPPRESS_TELEMETRY_PAGE_1
Expand Down

0 comments on commit 5af6d55

Please sign in to comment.