2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-26 03:38:25 +08:00

runtime: remove irq again

This commit is contained in:
occheung 2021-08-20 15:59:57 +08:00
parent 942bd1a95d
commit 1ba8c8dfee

View File

@ -89,8 +89,6 @@ fn setup_log_levels() {
}
fn startup() {
irq::set_mask(0);
irq::set_ie(true);
clock::init();
info!("ARTIQ runtime starting...");
info!("software ident {}", csr::CONFIG_IDENTIFIER_STR);