PER Firmware
Loading...
Searching...
No Matches
g4_testing.h
1#ifndef __G4_TESTING__
2#define __G4_TESTING__
3
4// To add new tests create a separate file (see led_blink.c) and it to the enum here
5#define TEST_BLINKY 0
6#define TEST_FDCAN 1
7#define TEST_USART 2
8#define TEST_SPI 3
9#define TEST_CANPILER 4
10#define IZZE_IMU_CONFIG 5
11
12// Change this define to set the test compiled
13#define G4_TESTING_CHOSEN IZZE_IMU_CONFIG
14
15#endif // __G4_TESTING__