• G
    simulator: fix serial_write · 60857630
    Grissiom 提交于
    printf("%s") will print a NULL terminated string, while rt_serial_write
    should print buffer for size length. This also fix segfault when the
    string is not null terminated but specified by size.
    60857630
serial.c 6.0 KB