Browse Source

zy1000: add zy1000_ prefix to uart command

less polution of the general namespace(preventive action,
no problems reported).

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
tags/v0.4.0-rc2
Øyvind Harboe 14 years ago
parent
commit
20354a66b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/ecosboard.c

+ 1
- 1
src/ecosboard.c View File

@@ -1097,7 +1097,7 @@ int main(int argc, char *argv[])
NULL, NULL);
#endif

Jim_CreateCommand(httpstate.jim_interp, "uart", zylinjtag_Jim_Command_uart, NULL, NULL);
Jim_CreateCommand(httpstate.jim_interp, "zy1000_uart", zylinjtag_Jim_Command_uart, NULL, NULL);


log_init();


Loading…
Cancel
Save