apps/examples/pwfb/pwfb_events.c: Trivial typo in printf()

This commit is contained in:
Gregory Nutt 2019-03-16 17:36:25 -06:00
parent 51befb3fa7
commit c534f38358

View File

@ -131,7 +131,7 @@ static void pwfb_position(NXTKWINDOW hwnd, FAR const struct nxgl_size_s *size,
st->haveres = true;
sem_post(&st->semevent);
printf("pwfb_position2: Have xres=%d yres=%d\n", st->xres, st->yres);
printf("pwfb_position: Have xres=%d yres=%d\n", st->xres, st->yres);
}
}