Updates:
- Re-located repairprocessrow information in dedicated object - added error conditions to repair row and added condition handling to repair process git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@260 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -46,10 +46,10 @@
|
||||
|
||||
typedef enum
|
||||
{
|
||||
CathodeMCP = 0,
|
||||
Tesla = 1,
|
||||
Anode = 2,
|
||||
ND = 3
|
||||
PCBA_CathodeMCP = 0,
|
||||
PCBA_Tesla = 1,
|
||||
PCBA_Anode = 2,
|
||||
PCBA_ND = 3
|
||||
}PCBA_t;
|
||||
|
||||
struct Pcba
|
||||
|
||||
Reference in New Issue
Block a user