diff --git a/src/WkoRideFile.cpp b/src/WkoRideFile.cpp index 74b92be79..bc81c67d9 100644 --- a/src/WkoRideFile.cpp +++ b/src/WkoRideFile.cpp @@ -1191,12 +1191,12 @@ unsigned int bitsize(char g, int WKO_device, WKO_ULONG version) case 0x04: case 0x05: case 0x06: - case 0x11: case 0x19: default: return 19; break; case 0x01: + case 0x11: case 0x16: // Cycleops PT300 case 0x00: case 0x12: // Garmin Edge 205/305 @@ -1234,13 +1234,13 @@ unsigned int bitsize(char g, int WKO_device, WKO_ULONG version) case 0x04: case 0x05: case 0x06: - case 0x11: case 0x19: case 0x1a: default: return 11; break; case 0x01: + case 0x11: case 0x16: // Cycleops PT300 case 0x00: case 0x12: // Garmin Edge 205/305