Update down-the-stack/dk_bsc/src/lib_solution.rs

Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
Tanks Transfeld 2023-03-20 14:37:53 +01:00 committed by Mirabellensaft
parent 1d97d4867f
commit 02ba8e534b

View file

@ -127,7 +127,7 @@ impl Button {
self.inner.is_low() == Ok(true)
}
}
// 🔼 --- Exercise Button --- 🔼
// 🔼 --- Button Exercise --- 🔼
/// A timer for creating blocking delays
pub struct Timer {