diff options
| author | HiFiPhile <[email protected]> | 2025-09-12 15:49:40 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-09-12 15:49:40 +0200 |
| commit | fad3dc492630a6a31a38b3340f506849ef3679ff (patch) | |
| tree | 5ab1fef9daf657c1b3f1b7e238e02eb78e1b14cf /examples/device/usbtmc | |
| parent | 4ae433fa6ef451cccb2b09aa3748978b46aade5f (diff) | |
| parent | 2027ac246791caa9f1dc03e9727b60d90bee0f2d (diff) | |
Merge branch 'master' into sb-ep
Diffstat (limited to 'examples/device/usbtmc')
| -rw-r--r-- | examples/device/usbtmc/src/usbtmc_app.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/usbtmc/src/usbtmc_app.c b/examples/device/usbtmc/src/usbtmc_app.c index fb25982c7..e738f1008 100644 --- a/examples/device/usbtmc/src/usbtmc_app.c +++ b/examples/device/usbtmc/src/usbtmc_app.c @@ -99,7 +99,7 @@ usbtmc_response_capabilities_488_t const * #else usbtmc_response_capabilities_t const * #endif -tud_usbtmc_get_capabilities_cb() +tud_usbtmc_get_capabilities_cb(void) { return &tud_usbtmc_app_capabilities; } @@ -161,7 +161,7 @@ bool tud_usbtmc_msg_data_cb(void *data, size_t len, bool transfer_complete) return true; } -bool tud_usbtmc_msgBulkIn_complete_cb() +bool tud_usbtmc_msgBulkIn_complete_cb(void) { if((buffer_tx_ix == buffer_len) || idnQuery) // done { |
