MCU specific sleep feature is now defined in MCU specific file.

This commit is contained in:
NIIBE Yutaka
2017-11-17 11:43:05 +09:00
parent 66b4eb3058
commit 44054415c8
9 changed files with 156 additions and 120 deletions

View File

@@ -342,9 +342,3 @@ chopstx_create_arch (uintptr_t stack_addr, size_t stack_size,
chx_cpu_sched_unlock ();
return tp;
}
void
chx_sleep_mode (int enable_sleep)
{
(void)enable_sleep;
}