mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: occurs
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3f55864a85
commit
6fcb2ed60e
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ void display_init(void) {
|
||||||
|
|
||||||
// Work around an issue which some boards exhibit where the FPGA ring
|
// Work around an issue which some boards exhibit where the FPGA ring
|
||||||
// oscillator can start up with higher harmonics, massively overclocking the
|
// oscillator can start up with higher harmonics, massively overclocking the
|
||||||
// design and causing malfunction. When this occurrs, the draw-scene command
|
// design and causing malfunction. When this occurs, the draw-scene command
|
||||||
// will not work, asserting BUSY indefinitely but never updating the display.
|
// will not work, asserting BUSY indefinitely but never updating the display.
|
||||||
// Other commands such as display-on and display-off are less affected by the
|
// Other commands such as display-on and display-off are less affected by the
|
||||||
// overclocking, so the display can be turned on while the FPGA is in this
|
// overclocking, so the display can be turned on while the FPGA is in this
|
||||||
|
|
|
@ -224,7 +224,7 @@ void display_init(void) {
|
||||||
|
|
||||||
// Work around an issue which some boards exhibit where the FPGA ring
|
// Work around an issue which some boards exhibit where the FPGA ring
|
||||||
// oscillator can start up with higher harmonics, massively overclocking the
|
// oscillator can start up with higher harmonics, massively overclocking the
|
||||||
// design and causing malfunction. When this occurrs, the draw-scene command
|
// design and causing malfunction. When this occurs, the draw-scene command
|
||||||
// will not work, asserting BUSY indefinitely but never updating the display.
|
// will not work, asserting BUSY indefinitely but never updating the display.
|
||||||
// Other commands such as display-on and display-off are less affected by the
|
// Other commands such as display-on and display-off are less affected by the
|
||||||
// overclocking, so the display can be turned on while the FPGA is in this
|
// overclocking, so the display can be turned on while the FPGA is in this
|
||||||
|
|
Loading…
Add table
Reference in a new issue