From: arighi Date: Wed, 22 Sep 2010 10:18:36 +0000 (+0000) Subject: STM32: USB: wLength field of the setup packet is in little-endian format X-Git-Tag: 2.6.0~143 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=2ed16baa0c2b345d6e3d95caccab6f92dc57a66f;hp=2ed16baa0c2b345d6e3d95caccab6f92dc57a66f;p=bertos.git STM32: USB: wLength field of the setup packet is in little-endian format This is not really necessary for this architecture, but use usb_cpu_to_le16() just for code readability. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4258 38d2e660-2303-0410-9eaa-f027e97ec537 ---