diff options
Diffstat (limited to 'src/export.rs')
-rw-r--r-- | src/export.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export.rs b/src/export.rs index 96c444bf..e23b8f3a 100644 --- a/src/export.rs +++ b/src/export.rs @@ -82,7 +82,7 @@ impl Priority { } } - // these two methods are used by `lock` (see below) but can't be used from the RTFM application + // these two methods are used by `lock` (see below) but can't be used from the RTIC application #[inline(always)] fn set(&self, value: u8) { self.inner.set(value) |