Added missing function.

This commit is contained in:
Savio Sena 2014-08-27 05:48:40 -03:00
parent ef9f34edfd
commit bbb0568606
1 changed files with 7 additions and 0 deletions

View File

@ -70,3 +70,10 @@ static void _key(char *key)
{
KEY_STD;
}
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}