X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fhantek-dso%2Fprotocol.h;h=f6d4bc6d28c94573cba7977f85ade8c74800f908;hb=6deb361bbf5b62109cdb5c4bede227cd56f9fcc5;hp=626e7f9fdc71dc441f9be716181e0f3dbc1d562d;hpb=ab8df2b1a64d7891e4fbbcdef047e28343819dc9;p=libsigrok.git diff --git a/src/hardware/hantek-dso/protocol.h b/src/hardware/hantek-dso/protocol.h index 626e7f9f..f6d4bc6d 100644 --- a/src/hardware/hantek-dso/protocol.h +++ b/src/hardware/hantek-dso/protocol.h @@ -190,7 +190,7 @@ struct dev_context { int dev_state; /* Oscilloscope settings. */ - int samplerate; + uint64_t samplerate; int timebase; gboolean ch_enabled[2]; int voltage[2];