Fixed typo in display.h

This commit is contained in:
Federico Amedeo Izzo 2020-10-04 17:18:29 +02:00 committed by Niccolò Izzo
parent 638707a6aa
commit b324665b0f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ void display_terminate();
/**
* Get screen width in pixels.
* @return screen with, in pixels.
* @return screen width, in pixels.
*/
uint16_t display_screenWidth();