mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
prefix zy1000_reboot command to avoid name conflicts
git-svn-id: svn://svn.berlios.de/openocd/trunk@2721 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -503,7 +503,7 @@ static void zylinjtag_startNetwork(void)
|
||||
|
||||
Jim_CreateCommand(httpstate.jim_interp, "log", zylinjtag_Jim_Command_log,
|
||||
NULL, NULL);
|
||||
Jim_CreateCommand(httpstate.jim_interp, "reboot",
|
||||
Jim_CreateCommand(httpstate.jim_interp, "zy1000_reboot",
|
||||
zylinjtag_Jim_Command_reboot, NULL, NULL);
|
||||
Jim_CreateCommand(httpstate.jim_interp, "threads",
|
||||
zylinjtag_Jim_Command_threads, NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user