Changeset 915d47
- Timestamp:
- 01/12/12 14:59:29 (4 months ago)
- Branches:
- ('master', 'deebf2045e7119c339412580f37a1e653f7d5715')('controller-upgrade', '00f95d22e12d96ef089e0902ef62ae8ce841dc6f')
- Children:
- d326331538b646bc02f6b87b9391500238901a94
- Parents:
- 46d70ad4515a3d73d7e2f1680a0ee348b65ee2fd
- git-author:
- Stefan Persson <stefan.persson@telldus.se>2012-01-12 14:59:29+01:00
- git-committer:
- Stefan Persson <stefan.persson@telldus.se>2012-01-12 14:59:29+01:00
- File:
-
- 1 edited
-
telldus-core/service/TellStick_ftd2xx.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telldus-core/service/TellStick_ftd2xx.cpp
rc52722 r915d47 163 163 164 164 int TellStick::reset(){ 165 #ifndef _WINDOWS 166 return TELLSTICK_SUCCESS; //nothing to be done on other platforms 167 #else 165 168 int success = FT_CyclePort( d->ftHandle ); 166 169 if(success == FT_OK){ 167 return success;170 return TELLSTICK_SUCCESS; 168 171 } 169 172 return TELLSTICK_ERROR_UNKNOWN; 173 #endif 170 174 } 171 175
Note: See TracChangeset
for help on using the changeset viewer.
