Fixed typo in display.h
This commit is contained in:
parent
638707a6aa
commit
b324665b0f
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue