summaryrefslogtreecommitdiffstats
path: root/tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/foo.h
blob: 3fea699406598bd7aeb52597ec4717fdcd5c6911 (plain)
1
2
3
4
5
6
7
8
#ifndef foo_H
#define foo_H

void foo_turn_on(void);
void foo_print_message(const char * message);
void foo_print_special_message(void);

#endif // foo_H