small bugfixes
This commit is contained in:
2024-02-23 11:25:48 +01:00
parent 53a44a4075
commit 213ee88c7a
23 changed files with 2122 additions and 263 deletions

View File

@ -42,7 +42,35 @@ extern "C" {
// Description: Definition of global constants (visible by all modules).
//=================================================================================================
// Error Definition
#define NO_ERROR 0x00000000
// CAN Errors
// SPI Errors
// ADC Errors
// Analog In Errors
// Temperature Errors
// Userflash Errors
// Peltier Controller Errors
// Main Application Errors
// HardFault Errors
//=================================================================================================
// Section: MACROS