updates
small bugfixes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user