From 8665e25c695eb3f598cb053e3f7f4c5c53fde14d Mon Sep 17 00:00:00 2001 From: Godones <1925466036@qq.com> Date: Tue, 27 Feb 2024 15:42:33 +0800 Subject: [PATCH] remove default feature --- subsystems/interrupt/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/subsystems/interrupt/Cargo.toml b/subsystems/interrupt/Cargo.toml index dfbebdfa..1c6879d9 100644 --- a/subsystems/interrupt/Cargo.toml +++ b/subsystems/interrupt/Cargo.toml @@ -16,8 +16,6 @@ platform = { path = "../platform"} [features] -default = [ "qemu" ] - vf2 = [] hifive = [] qemu = []