mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
nuttx/nx: compilation error occurs
Enabling CONFIG_NX_HWCURSORIMAGE or CONFIG_NX_SWCURSOR causes a compile error due to a missing semicolon after a structure variable. Signed-off-by: zhanxiaoqi <zhanxiaoqi@bytedance.com>
This commit is contained in:
@@ -300,7 +300,7 @@ struct nxsvrmsg_curenable_s
|
||||
struct nxsvrmsg_curimage_s
|
||||
{
|
||||
uint32_t msgid; /* NX_SVRMSG_CURSOR_IMAGE */
|
||||
struct nx_cursorimage_s image /* Describes the cursor image */
|
||||
struct nx_cursorimage_s image; /* Describes the cursor image */
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user