• Y
    fix warning: #1296 · 361ee3da
    yygg_you 提交于
    When compiling C code containing statements like this:
    rt_base_t xx_io_tbl[] =
    {
       GET_PIN(A,0),
    };
    the compiler will report:
    Warning: #1296-D: extended constant initialiser used
    361ee3da
drv_gpio.h 1.2 KB