add a comment to the SRP example

This commit is contained in:
Jorge Aparicio
2017-04-15 10:35:11 -05:00
parent 334786fc3f
commit 8890ffd392

View File

@@ -42,6 +42,7 @@ fn idle(_prio: P0) -> ! {
rtfm::request(j1);
// Sleep
loop {
rtfm::wfi();
}