Is there a reason that the SPI Flash drivers went from: if(client->eventHandler != NULL) to: if(client->eventHandler != DRV_SPI_BUFFER_HANDLE_INVALID) It's giving me a warning, which is no big deal, but why not leave this at NULL?..
↧