ioLibrary_Driver icon indicating copy to clipboard operation
ioLibrary_Driver copied to clipboard

Fixing compiler warnings.

Open allenhuffman opened this issue 3 months ago • 2 comments

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.

allenhuffman avatar Oct 04 '25 03:10 allenhuffman