Switch to using the correct intptr_t type use where a pointer must be cast to an...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 26 May 2010 12:24:44 +0000 (12:24 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 26 May 2010 12:24:44 +0000 (12:24 +0000)
commit54e69dbee146182a60c258076b8d26e8f5ac752a
tree03616ce525bc41ec30c269c0b208c5440c720f54
parent670413603f528259ade457f27fe97c70736ca754
Switch to using the correct intptr_t type use where a pointer must be cast to an integer type.
Bootloaders/CDC/BootloaderCDC.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/DHCP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/DHCP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.c