summaryrefslogtreecommitdiffstats
path: root/tinyusb/examples/device/usbtmc/src/main.h
blob: 673247ec7ff0b5ada19bbd218ae53db512616648 (plain)
1
2
3
4
5
#ifndef MAIN_H
#define MAIN_H
void led_indicator_pulse(void);

#endif