nrf/boards/microbit: Update docs on top level tick low pri callback.
This commit is contained in:
parent
1128aacb69
commit
0d7976deb2
|
@ -357,8 +357,7 @@ static void microbit_display_update(void) {
|
||||||
|
|
||||||
#define GREYSCALE_MASK ((1<<MAX_BRIGHTNESS)-2)
|
#define GREYSCALE_MASK ((1<<MAX_BRIGHTNESS)-2)
|
||||||
|
|
||||||
/* This is the top-level animation/display callback. It is not a registered
|
/* This is the top-level animation/display registered callback. */
|
||||||
* callback. */
|
|
||||||
void microbit_display_tick(void) {
|
void microbit_display_tick(void) {
|
||||||
/* Do nothing if the display is not active. */
|
/* Do nothing if the display is not active. */
|
||||||
if (!microbit_display_obj.active) {
|
if (!microbit_display_obj.active) {
|
||||||
|
|
Loading…
Reference in New Issue