We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e545aa9 commit bf67584Copy full SHA for bf67584
src/reactor.rs
@@ -20,7 +20,7 @@ use crate::{syscall, syscall_los, syscall_los_eagain};
20
const MAX_REGISTRATIONS: usize = 20;
21
22
#[cfg(not(target_os = "espidf"))]
23
-const MAX_REGISTRATIONS: usize = sys::FD_SETSIZE as usize;
+const MAX_REGISTRATIONS: usize = sys::FD_SETSIZE;
24
25
#[derive(EnumSetType, Debug)]
26
pub(crate) enum Event {
0 commit comments