linuxOS_AP06/app/lvgl_demo/sys/cpu.h
2025-06-03 12:28:32 +08:00

8 lines
74 B
C

#ifndef __CPU_H__
#define __CPU_H__
double get_cpu_usage(void);
#endif