PER Firmware
Loading...
Searching...
No Matches
f4_testing.h
1#ifndef __F4_TESTING__
2#define __F4_TESTING__
3
4// To add new tests create a separate file (see led_blink.c) and it to the enum here
5#define TEST_FREERTOS_DEMO 0
6#define TEST_ONBOARDING_26 1
7#define TEST_PWM 2
8#define TEST_CANPILER 3
9
10// Change this define to set the test compiled
11#define F4_TESTING_CHOSEN TEST_CANPILER
12
13#endif // __F4_TESTING__