Skip to content

Commit 454e113

Browse files
committed
remove bound on UserspaceKernelBoundary assoc type.
1 parent 1e6f3af commit 454e113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tock/kernel/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2525,7 +2525,7 @@ mod platform {
25252525
type
25262526
MPU: mpu::MPU;
25272527
type
2528-
UserspaceKernelBoundary: syscall::UserspaceKernelBoundary;
2528+
UserspaceKernelBoundary;
25292529
type
25302530
SysTick: systick::SysTick;
25312531
fn service_pending_interrupts(&self) { loop { } }

0 commit comments

Comments
 (0)