Changeset 37822 for branches/eam_branches/ipp-pv3-20140717-merge/Ohana/src/opihi/cmd.data/relocate.c
- Timestamp:
- Jan 12, 2015, 12:29:24 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-pv3-20140717-merge/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.data/relocate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pv3-20140717-merge/Ohana
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-pv3-20140717-merge/Ohana/src/opihi/cmd.data/relocate.c
r27435 r37822 17 17 FREE (name); 18 18 19 int channel = 0; 20 if ((N = get_argument (argc, argv, "-ch"))) { 21 channel = GetKapaChannelFromString (argv[N]); 22 if (!channel) return FALSE; 23 KiiSetChannel (kapa, channel - 1); 24 } 25 19 26 if (argc != 3) { 20 27 gprint (GP_ERR, "USAGE: relocate x y [-n]\n");
Note:
See TracChangeset
for help on using the changeset viewer.
