4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 11:53:53 +08:00

[drivers] fix stdint issue in cputime

This commit is contained in:
BernardXiong 2021-09-11 16:00:00 +08:00
parent a25dbad37f
commit 3dc820b371

View File

@ -11,6 +11,8 @@
#ifndef CPUTIME_H__
#define CPUTIME_H__
#include <stdint.h>
struct rt_clock_cputime_ops
{
float (*cputime_getres) (void);