language: Add "A" (ampere) as well-known unit for arguments

Signed-off-by: David Nadlinger <code@klickverbot.at>
This commit is contained in:
David Nadlinger 2016-10-12 23:45:17 +01:00 committed by Sébastien Bourdeauducq
parent 290498aca0
commit e037d167f4
1 changed files with 1 additions and 0 deletions

View File

@ -18,3 +18,4 @@ _register_unit("s", "pnum_")
_register_unit("Hz", "_kMG")
_register_unit("dB", "_")
_register_unit("V", "um_k")
_register_unit("A", "um_")