summaryrefslogtreecommitdiff
path: root/nuttx/drivers/power/pm_activity.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/power/pm_activity.c')
-rw-r--r--nuttx/drivers/power/pm_activity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/power/pm_activity.c b/nuttx/drivers/power/pm_activity.c
index d3c8a52e7..f6dceeea3 100644
--- a/nuttx/drivers/power/pm_activity.c
+++ b/nuttx/drivers/power/pm_activity.c
@@ -156,7 +156,7 @@ void pm_activity(int priority)
* controlled priority.
*/
- (void)pm_update(accum);
+ (void)pm_update(tmp);
}
irqrestore(flags);