summaryrefslogtreecommitdiffstats
path: root/tinyusb/examples/device/usbtmc/src/usbtmc_app.h
blob: 4de30c2ba4332a7f04cc13c1fe362d91b78e1472 (plain)
1
2
3
4
5
6
7
#ifndef USBTMC_APP_H
#define USBTMC_APP_H

void usbtmc_app_task_iter(void);

#endif