Browse Source

I should compile before pushing

pull/83/head
Andrea Ciliberti 2 years ago
parent
commit
b7fa498844
  1. 2
      ctru-rs/src/services/ndsp/mod.rs

2
ctru-rs/src/services/ndsp/mod.rs

@ -52,7 +52,7 @@ static NDSP_ACTIVE: Mutex<usize> = Mutex::new(0); @@ -52,7 +52,7 @@ static NDSP_ACTIVE: Mutex<usize> = Mutex::new(0);
pub struct Ndsp {
_service_handler: ServiceReference,
channel_flags: [RefCell<()>; NUMBER_OF_CHANNELS],
channel_flags: [RefCell<()>; NUMBER_OF_CHANNELS as usize],
}
impl Ndsp {

Loading…
Cancel
Save