mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
VNC: Fix some big-endian access macros
This commit is contained in:
@@ -322,6 +322,7 @@ int vnc_negotiate(FAR struct vnc_session_s *session)
|
||||
rfb_putbe32(serverinit->namelen, 0);
|
||||
|
||||
pixelfmt = &serverinit->format;
|
||||
|
||||
pixelfmt->bpp = RFB_BITSPERPIXEL;
|
||||
pixelfmt->depth = RFB_PIXELDEPTH;
|
||||
pixelfmt->bigendian = 0;
|
||||
|
||||
Reference in New Issue
Block a user