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:
@@ -189,7 +189,7 @@ struct _pwm {
|
||||
mraa_adv_func_t* advance_func; /**< override function table */
|
||||
/*@}*/
|
||||
#ifdef PERIPHERALMAN
|
||||
APwmDevice *bpwm;
|
||||
APwm *bpwm;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user