Commit 9935f0a6defa78a77824d389472d9b3a7172a1aa

Authored by David Gräff
Committed by GitHub
1 parent daa2dec6

Update hantekdsocontrol.cpp

A fix for the fix
openhantek/src/hantekdso/hantekdsocontrol.cpp
... ... @@ -1231,6 +1231,8 @@ void HantekDsoControl::run() {
1231 1231 #else
1232 1232 #define FALLTHROUGH
1233 1233 #endif
  1234 +#else
  1235 +#define FALLTHROUGH
1234 1236 #endif
1235 1237 else {
1236 1238 FALLTHROUGH
... ...