Browse Source

Use constants where possible

pull/83/head
Andrea Ciliberti 2 years ago
parent
commit
92684f1539
  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);
pub struct Ndsp { pub struct Ndsp {
_service_handler: ServiceReference, _service_handler: ServiceReference,
channel_flags: [RefCell<()>; 24], channel_flags: [RefCell<()>; NUMBER_OF_CHANNELS],
} }
impl Ndsp { impl Ndsp {

Loading…
Cancel
Save