VNC: Fix some big-endian access macros

This commit is contained in:
Gregory Nutt
2016-04-19 09:11:14 -06:00
parent f3515a242d
commit fc809d5df0
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -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;