mirror of https://github.com/m-labs/artiq.git
language: add "W" (Watt) to units
This commit is contained in:
parent
6895236794
commit
804e69b144
|
@ -19,3 +19,4 @@ _register_unit("Hz", "_kMG")
|
|||
_register_unit("dB", "_")
|
||||
_register_unit("V", "um_k")
|
||||
_register_unit("A", "um_")
|
||||
_register_unit("W", "um_")
|
||||
|
|
Loading…
Reference in New Issue