Code compiles

This commit is contained in:
Attila Body 2019-09-29 17:51:32 +02:00
parent 7a74273ca7
commit 2aa08f20a0
118 changed files with 119250 additions and 34 deletions

19
app/config.h Normal file
View file

@ -0,0 +1,19 @@
/*
* config.h
*
* Created on: Sep 24, 2019
* Author: abody
*/
#ifndef CONFIG_H_
#define CONFIG_H_
#define UARTCOUNT 5
#define CRCTASKCOUNT (UARTCOUNT * 2)
#define USART1_OFFSET 0
#define USART2_OFFSET 1
#define USART3_OFFSET 2
#define USART5_OFFSET 3
#define USART6_OFFSET 4
#endif /* CONFIG_H_ */