From 0f105f99e378bb596f2c305f64bdd7cf1bc87446 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 29 Nov 2010 23:07:37 +0100 Subject: digital/io/src: rename twi_master_send function, refs #29 --- digital/io/src/twi_master.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/io/src/twi_master.h') diff --git a/digital/io/src/twi_master.h b/digital/io/src/twi_master.h index 143e8727..e7cb9d86 100644 --- a/digital/io/src/twi_master.h +++ b/digital/io/src/twi_master.h @@ -63,6 +63,6 @@ twi_master_get_buffer (uint8_t slave); /** Send previously got buffer with the given length. */ void -twi_master_send (uint8_t length); +twi_master_send_buffer (uint8_t length); #endif /* twi_master_h */ -- cgit v1.2.3