~michael-gruz/+junk/geepro

« back to all changes in this revision

Viewing changes to drivers/stk200.cpp

  • Committer: Michael Gruz
  • Date: 2013-10-28 11:50:54 UTC
  • Revision ID: michael-gruz@seznam.cz-20131028115054-fk8zz7uvejaxy5qd
r194

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
        case HW_TEST_CONTINUE : return 1;
191
191
        // GUI
192
192
        case HW_GINIT: return stk200_gui( GEEPRO(ptr), (const char *)"none", (const char *)"" );
193
 
        case HW_SET_CHIP: return stk200_gui( GEEPRO(ptr), iface_get_chip_name(GEEPRO(ptr)->ifc), iface_get_chip_family(GEEPRO(ptr)->ifc) );
 
193
//      case HW_SET_CHIP: return stk200_gui( GEEPRO(ptr), GEEPRO(ptr)->chp->chip_name, GEEPRO(ptr)->chp->chip_family );
194
194
        // iface
195
195
        case HW_GET_DO       : // alternative alias 
196
196
        case HW_GET_ISP_MISO : return stk200_get_miso();