• S
    avoid to conflicting types for 'uint32_t' error. · 54f23a42
    SASANO Takayoshi 提交于
    already uint32_t is defined at components/libc/compilers/minilibc/stdint.h.
    
    there is two ways to solve, using <stdint.h>/uint32_t pair or
    <rtthread.h>/rt_uint32_t pair.
    
    I choose former because this code belongs to C compiler, not RT-Thread system.
    54f23a42
__udivsi3.c 819 字节