Skip to content

Commit

Permalink
usrloc: align functions export to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu authored and liviuchircu committed Apr 4, 2019
1 parent 87911a3 commit e8ad435
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/usrloc/ul_mod.c
Expand Up @@ -189,11 +189,10 @@ int latency_event_min_us;
* Exported functions
*/
static cmd_export_t cmds[] = {
{"ul_bind_usrloc", (cmd_function)bind_usrloc, 1, 0, 0, 0},
{0, 0, 0, 0, 0, 0}
{"ul_bind_usrloc", (cmd_function)bind_usrloc, {{0,0,0}},0},
{0,0,{{0,0,0}},0}
};


/*! \brief
* Exported parameters
*/
Expand Down

0 comments on commit e8ad435

Please sign in to comment.