From dba57e55b74c77374e7243afee4b40f065d1b57b Mon Sep 17 00:00:00 2001 From: zolliker Date: Tue, 25 Jun 2013 11:15:05 +0000 Subject: [PATCH] - make V5A visible in IGH driver --- ighdriv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ighdriv.c b/ighdriv.c index c6277d8..dc9753b 100644 --- a/ighdriv.c +++ b/ighdriv.c @@ -45,7 +45,7 @@ Markus Zolliker, May 2005 static char *valves[] = { "V9", "V8", "V7", "V11A", "V13A", "V13B", "V11B", "V12B", " He4", "V1", "V5", "V4", "V3", "V14", "V10", "V2", - " V2A", " V1A", " V5A", " V4A", " V3A", " Roots", " Aux", "He3", + " V2A", " V1A", "V5A", " V4A", " V3A", " Roots", " Aux", "He3", NULL }; /* valves beginning with blank are not shown in list */ typedef enum { V9, V8, V7, V11A, V13A, V13B, V11B, V12B,