Private
Public Access
2
0

maa: change complex C++ write calls to CamelCase for spi & i2c

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-06-24 14:42:24 +01:00
parent 2664d7c0e0
commit 79d0da4853
5 changed files with 8 additions and 8 deletions

View File

@@ -127,7 +127,7 @@ class Gpio {
*
* @return Result of operation
*/
maa_result_t isr_exit() {
maa_result_t isrExit() {
return maa_gpio_isr_exit(m_gpio);
}
/**