nrf/boards/microbit: Update docs on top level tick low pri callback.

This commit is contained in:
Glenn Ruben Bakke 2017-11-25 18:28:35 +01:00 committed by Damien George
parent 1128aacb69
commit 0d7976deb2
1 changed files with 1 additions and 2 deletions

View File

@ -357,8 +357,7 @@ static void microbit_display_update(void) {
#define GREYSCALE_MASK ((1<<MAX_BRIGHTNESS)-2)
/* This is the top-level animation/display callback. It is not a registered
* callback. */
/* This is the top-level animation/display registered callback. */
void microbit_display_tick(void) {
/* Do nothing if the display is not active. */
if (!microbit_display_obj.active) {