mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-21 18:36:30 +00:00
Clarify comment
This commit is contained in:
parent
f7e8275b30
commit
242a471d4f
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ impl<'a, I> Display<'a, I> where I: DisplayInterface {
|
|||
delay.delay_ms(50);
|
||||
// TODO: We don't really need to wait here... the program can go off and do other things
|
||||
// and only busy wait if it wants to talk to the display again. Could possibly treat
|
||||
// the interface like a smart pointer in which "acquiring" it would wait until it's not
|
||||
// the interface like a smart pointer in which deref would wait until it's not
|
||||
// busy.
|
||||
self.interface.busy_wait();
|
||||
|
||||
|
|
Loading…
Reference in a new issue