mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 19:44:24 +08:00
Merge pull request #1861 from jg1uaa/master
avoid to conflicting types for 'uint32_t' error.
This commit is contained in:
@@ -12,10 +12,7 @@
|
||||
* 2006-10-09 Bernard the first version for i386
|
||||
*/
|
||||
|
||||
#include <rtthread.h>
|
||||
|
||||
typedef rt_uint32_t uint32_t;
|
||||
typedef rt_int32_t int32_t;
|
||||
#include <stdint.h>
|
||||
|
||||
uint32_t __udivsi3(uint32_t num, uint32_t den)
|
||||
{
|
||||
|
||||
@@ -12,10 +12,7 @@
|
||||
* 2006-10-09 Bernard the first version for i386
|
||||
*/
|
||||
|
||||
#include <rtthread.h>
|
||||
|
||||
typedef rt_uint32_t uint32_t;
|
||||
typedef rt_int32_t int32_t;
|
||||
#include <stdint.h>
|
||||
|
||||
uint32_t __umodsi3(uint32_t num, uint32_t den)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user