Changeset 18153 for branches/cleanup/ippTools/src/chiptool.c
- Timestamp:
- Jun 16, 2008, 1:49:43 PM (18 years ago)
- File:
-
- 1 edited
-
branches/cleanup/ippTools/src/chiptool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/ippTools/src/chiptool.c
r17863 r18153 34 34 #include "camtool.h" 35 35 36 static bool queueMode(pxConfig *config);36 static bool definebyqueryMode(pxConfig *config); 37 37 static bool updaterunMode(pxConfig *config); 38 38 static bool pendingimfileMode(pxConfig *config); … … 68 68 69 69 switch (config->mode) { 70 MODECASE(CHIPTOOL_MODE_ QUEUE, queueMode);70 MODECASE(CHIPTOOL_MODE_DEFINEBYQUERY, definebyqueryMode); 71 71 MODECASE(CHIPTOOL_MODE_UPDATERUN, updaterunMode); 72 72 MODECASE(CHIPTOOL_MODE_PENDINGIMFILE, pendingimfileMode); … … 104 104 105 105 106 static bool queueMode(pxConfig *config)106 static bool definebyqueryMode(pxConfig *config) 107 107 { 108 108 PS_ASSERT_PTR_NON_NULL(config, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
