summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c b/firmware/target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c
index 283c1a2c73..2df461015e 100644
--- a/firmware/target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c
+++ b/firmware/target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c
@@ -197,7 +197,7 @@ static enum
197static inline void charging_set_thread_priority(bool charging) 197static inline void charging_set_thread_priority(bool charging)
198{ 198{
199#ifdef HAVE_PRIORITY_SCHEDULING 199#ifdef HAVE_PRIORITY_SCHEDULING
200 thread_set_priority(THREAD_ID_CURRENT, 200 thread_set_priority(thread_self(),
201 charging ? PRIORITY_REALTIME : PRIORITY_SYSTEM); 201 charging ? PRIORITY_REALTIME : PRIORITY_SYSTEM);
202#endif 202#endif
203 (void)charging; 203 (void)charging;