mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🔧 include上级文件夹时,统一采用<>来指定文件
This commit is contained in:
@ -2,11 +2,11 @@
|
||||
|
||||
#include <common/glib.h>
|
||||
#include <driver/acpi/acpi.h>
|
||||
#include<driver/timers/rtc/rtc.h>
|
||||
#include <driver/timers/rtc/rtc.h>
|
||||
|
||||
#define E_HPET_INIT_FAILED 1
|
||||
|
||||
#define HPET0_INTERVAL 500 // HPET0定时器的中断间隔为500us
|
||||
#define HPET0_INTERVAL 500 // HPET0定时器的中断间隔为500us
|
||||
int HPET_init();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user