Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rtic_f4xx_nucleo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Niklas Lundberg
rtic_f4xx_nucleo
Commits
1fb55781
Commit
1fb55781
authored
4 years ago
by
Per Lindgren
Browse files
Options
Downloads
Patches
Plain Diff
fixed typo
parent
cd5a3a6c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/timing_exam.rs
+4
-4
4 additions, 4 deletions
examples/timing_exam.rs
with
4 additions
and
4 deletions
examples/timing_exam.rs
+
4
−
4
View file @
1fb55781
...
...
@@ -116,7 +116,7 @@ const APP: () = {
// Now its time to see if your scheduling analysis is accurate
// in comparison to a real running system.
//
// First explain in your own words how the `Instan
ce
` is
// First explain in your own words how the `Instan
t
` is
// used to generate a periodic task instance arrivals.
//
// `cx.schedule.t1(cx.scheduled + 100_000.cycles()).unwrap();`
...
...
@@ -125,7 +125,7 @@ const APP: () = {
//
// Explain in your own words the difference between:
//
// `cx.schedule.t1(Instan
ce
::now() + 100_000.cycles()).unwrap();`
// `cx.schedule.t1(Instan
t
::now() + 100_000.cycles()).unwrap();`
// and
// `cx.schedule.t1(cx.scheduled + 100_000.cycles()).unwrap();`
//
...
...
@@ -138,10 +138,10 @@ const APP: () = {
//
// Hint, look at https://rtic.rs/0.5/book/en/by-example/timer-queue.html
//
// Once you understand how `Instan
ce
` is used, document your crate:
// Once you understand how `Instan
t
` is used, document your crate:
// > cargo doc --open
//
// Once you have the documentation open, search for `Instan
ce
`
// Once you have the documentation open, search for `Instan
t
`
// Hint, you can search docs by pressing S.
//
// Now figure out how to calculate the actual response time.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment