mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-08 09:46:31 +00:00
graphics/pdcurs34: Fix compile error
Fix a compile error when CONFIG_SYSTEM_TERMCURSES=y.
This commit is contained in:
parent
7b074bcf66
commit
95aece012a
1 changed files with 1 additions and 1 deletions
|
|
@ -838,7 +838,7 @@ static void PDC_transform_line_term(FAR SCREEN *s, int lineno, int x,
|
|||
|
||||
/* Move to the specified line / col */
|
||||
|
||||
PDC_gotoyx_term(sp, lineno, x);
|
||||
PDC_gotoyx_term(s, lineno, x);
|
||||
|
||||
/* Loop through all characters to be displayed */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue