Jan Breuer
2014-09-24 6bc097eba30c30c45bd7c89d97991428b53660dc
Update units.c - add support for INFinity
1个文件已修改
2 ■■■ 已修改文件
libscpi/src/units.c 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
libscpi/src/units.c
@@ -110,7 +110,7 @@
    {/* name */ "UP", /* type */ SCPI_NUM_UP},
    {/* name */ "DOWN", /* type */ SCPI_NUM_DOWN},
    {/* name */ "NAN", /* type */ SCPI_NUM_NAN},
    {/* name */ "INF", /* type */ SCPI_NUM_INF},
    {/* name */ "INFinity", /* type */ SCPI_NUM_INF},
    {/* name */ "NINF", /* type */ SCPI_NUM_NINF},
    SCPI_SPECIAL_NUMBERS_LIST_END,
};