summaryrefslogtreecommitdiffstats
path: root/tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/custom_types.h
blob: b426b32caec8cda8d51445d5de09c961df9f5be2 (plain)
1
2
3
4
5
6
#ifndef custom_types_H
#define custom_types_H

typedef int custom_t;

#endif