Fix type in generated comments

Former-commit-id: d7abb9ee11880d0aface26148b371ecd3364f491
This commit is contained in:
johan 2013-11-19 22:02:47 +01:00
parent bfba00432f
commit adea0895c4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
4451ebfa870c7e8097e5dd714bef76ce8971aa41 97f01ae47416100223417becca5c3a50a773fbfa

View File

@ -62,7 +62,7 @@ public class MiscConfig {
StringBuffer strBuf = new StringBuffer(); StringBuffer strBuf = new StringBuffer();
strBuf.append("\t/// The boot-sequence configuration, contains the following items: \n"); strBuf.append("\t/// The boot-sequence configuration, contains the following items: \n");
strBuf.append("\t/// * type : The type of the boot-sequence ('rainbow', 'knight_rider', 'none') \n"); strBuf.append("\t/// * type : The type of the boot-sequence ('rainbow', 'knightrider', 'none') \n");
strBuf.append("\t/// * duration_ms : The length of the boot-sequence [ms]\n"); strBuf.append("\t/// * duration_ms : The length of the boot-sequence [ms]\n");
String bootPreamble = mBootsequenceEnabled? "\t" : "//\t"; String bootPreamble = mBootsequenceEnabled? "\t" : "//\t";