Private
Public Access
2
0

periphmraa: Fix compilation errors in PWM

config PERIPHERALMAN fails to compile with PWM. Fix it.

Signed-off-by: Sanrio Alvares <sanrio.alvares@intel.com>
Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Sanrio Alvares
2017-03-30 03:16:44 -07:00
committed by Noel Eck
parent beaba463f7
commit 7bc069a8fd
2 changed files with 4 additions and 4 deletions

View File

@@ -189,7 +189,7 @@ struct _pwm {
mraa_adv_func_t* advance_func; /**< override function table */
/*@}*/
#ifdef PERIPHERALMAN
APwmDevice *bpwm;
APwm *bpwm;
#endif
};