renamed VDD to VCC in power supply

This commit is contained in:
hneemann 2017-07-20 13:15:15 +02:00
parent b630f7d6ed
commit 9ca0b2b84b

View File

@ -20,7 +20,7 @@ public class PowerSupply implements Element {
* Enforces a power supply
*/
public static final ElementTypeDescription DESCRIPTION
= new ElementTypeDescription(PowerSupply.class, input("VCC"), input("GND"))
= new ElementTypeDescription(PowerSupply.class, input("VDD"), input("GND"))
.addAttribute(Keys.ROTATE)
.addAttribute(Keys.LABEL);