ioLibrary_Driver
ioLibrary_Driver copied to clipboard
Fixing compiler warnings.
We ran into compiler warnings on two different PIC24 compilers (CCS and MPLAB), and fixed them.
- socket.c warnings for unused variables
- wizchip_conf.c warnings for unused variables, int/uint comparisons, and a structure init that needed extra elements added.