From 636011c23dfcdedc6744eb58ced9ef9a0bd0e850 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sun, 12 Sep 2010 16:43:33 -0300 Subject: [PATCH] Adjusted parsing of component values. Now all capacitors get properly selected. - bom/atrf.sub: adjusted setting of capacitance and inductivity to conventions used in these projects --- bom/atrf.sub | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bom/atrf.sub b/bom/atrf.sub index a94502d..a9f21a7 100644 --- a/bom/atrf.sub +++ b/bom/atrf.sub @@ -1,6 +1,6 @@ #SUB -# Taked from gta02-core. Left in the hacks, since we may use similar components +# Taken from gta02-core. Left in the hacks, since we may use similar components # in the future. -> T=unknown @@ -20,13 +20,13 @@ RP[0-9]* { C[0-9]* { -> T=C - VAL=$F -> C=$VAL + VAL=*F -> C=$VAL FN=*V -> V=>=$FN } L[0-9]* { -> T=L - VAL=$H -> L=$VAL + VAL=*H -> L=$VAL FN=*A -> I=>=$FN }