mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-24 05:42:57 +08:00
e53e9bd4f0
sense. Probably adding too many concurance issues; need to figure out semaphores.
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
|