Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 23 Mar 2011 09:26:41 +0000 (09:26 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 23 Mar 2011 09:26:41 +0000 (09:26 +0000)
commit8f5ab27dc9b2a7c4944a5e7d149f39959ead477e
tree9abb5296608dacb4d142cad90441caf10a7e93b4
parentfa5c8700bc0f9efb36f779e217c9fd1e81f8efb6
Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs.
Demos/Device/ClassDriver/MassStorage/Lib/SCSI.c
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.c
Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.c
Demos/Device/LowLevel/MassStorage/Lib/SCSI.c
Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.c
Projects/TempDataLogger/Lib/SCSI.c
Projects/Webserver/Lib/SCSI.c