Make PenderContext opaque
This commit is contained in:
@ -26,7 +26,7 @@ mod thread {
|
||||
|
||||
impl ThreadContext for Context {
|
||||
fn context(&self) -> PenderContext {
|
||||
0
|
||||
unsafe { core::mem::transmute(0) }
|
||||
}
|
||||
|
||||
fn wait(&mut self) {
|
||||
|
Reference in New Issue
Block a user