Reenable chargeled config option

This commit is contained in:
Stefan `Sec` Zehl 2011-08-12 14:51:10 +02:00
parent 3be3c7c9af
commit 51a1b20f3e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ struct CDESC the_config[]= {
{"flamemaxw", 255, 1, 255, 1, CFG_TYPE_FLAME},
{"flameminw", 0x8f, 1, 255, 1, CFG_TYPE_FLAME},
{"l0nick", 0, 0, 1 , 0, 0},
{"chargeled", 0, 0, 1 , 0, CFG_TYPE_GONE},
{"chargeled", 0, 0, 1 , 0, 0},
{"positionleds", 0, 0, 1 , 0, 0},
{ NULL, 0, 0, 0 , 0, 0},
};