Fix missing output in generated CLI/config

The templates were looking for the name of the CLI_COMMAND
and CONFIG_FUNCTION structures in the srong place.

Change-Id: I709d6716216173ba6a7ed41a260728238f96d2db
Signed-off-by: Chris Luke <chrisy@flirble.org>
This commit is contained in:
Chris Luke
2016-09-26 15:51:56 -07:00
committed by Damjan Marion
parent 822af5c95d
commit af405f77c7
3 changed files with 8 additions and 7 deletions

View File

@ -257,6 +257,7 @@ class Siphon(object):
"directory": o['meta']['directory'],
"file": o['meta']['file'],
"macro": o['macro'],
"name": o['name'],
"key": key,
"label": self.item_label(group, key),
}