New VARH einbinden + Code verschönern,syntax check
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
//-------------------------------------------------------------------------------------------------
|
||||
//
|
||||
// Project: Peltier Controller V2
|
||||
// Author: Noah Piqu<EFBFBD> (noah.pique@psi.ch)
|
||||
// Author: Noah Piqué (noah.pique@psi.ch)
|
||||
//
|
||||
//-------------------------------------------------------------------------------------------------
|
||||
//
|
||||
@ -26,8 +26,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
//=================================================================================================
|
||||
// Section: INCLUDES
|
||||
// Description: List of required include files (visible by all modules).
|
||||
@ -35,7 +33,6 @@ extern "C" {
|
||||
|
||||
#include "../SDEF_StandardDefinitions.h"
|
||||
|
||||
|
||||
//=================================================================================================
|
||||
// Section: DEFINITIONS
|
||||
// Description: Definition of global constants (visible by all modules).
|
||||
@ -59,7 +56,7 @@ typedef enum
|
||||
{
|
||||
ANPO_eControlVoltage = 0, // 00 control Voltage
|
||||
|
||||
ANPO_eInNumberOfInputs, // Must be last entry
|
||||
ANPO_eInNumberOfInputs, // Must be last entry
|
||||
} ANPO_EnAnalogOutput;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user