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:
@@ -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);
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user