forked from Imagelibrary/rtems
lpc32xx_mlc_write_blocks() had a different prototype in the header from the implementation. Changed to match the prototype and Doxygen. LPC32XX_SCRATCH_AREA_SIZE was tested with "ifdef" not "if" which resulted in it being used as an array size when undefined or set to 0.