mbed library sources

Fork of mbed-src by mbed official

Revision:
564:536c9fb088a0
Parent:
526:c320967f86b9
Child:
565:24a7119bd73a
--- a/api/I2C.h	Tue Jun 09 15:30:08 2015 +0100
+++ b/api/I2C.h	Wed Jun 10 10:00:08 2015 +0100
@@ -149,7 +149,7 @@
      * @param repeated Repeated start, true - do not send stop at end
      * @return Zero if the transfer has started, or -1 if I2C peripheral is busy
      */
-    int transfer(int address, char *tx_buffer, int tx_length, char *rx_buffer, int rx_length, const event_callback_t& callback, int event = I2C_EVENT_TRANSFER_COMPLETE, bool repeated = false);
+    int transfer(int address, const char *tx_buffer, int tx_length, char *rx_buffer, int rx_length, const event_callback_t& callback, int event = I2C_EVENT_TRANSFER_COMPLETE, bool repeated = false);
 
     /** Abort the on-going I2C transfer
      */