mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-29 01:20:19 +00:00
8 lines
85 B
C
8 lines
85 B
C
|
|
#ifndef USBTMC_APP_H
|
|
#define USBTMC_APP_H
|
|
|
|
void usbtmc_app_task_iter(void);
|
|
|
|
#endif
|