mirror of
https://github.com/flyingcys/realtek_ameba.git
synced 2026-07-07 12:25:37 +00:00
add realtek_ameba package
This commit is contained in:
parent
f9f7615075
commit
20e40ac431
1 changed files with 2 additions and 2 deletions
|
|
@ -633,12 +633,12 @@ void _rtthread_wakeup_task(struct task_struct *ptask)
|
||||||
|
|
||||||
static void _rtthread_thread_enter(char *name)
|
static void _rtthread_thread_enter(char *name)
|
||||||
{
|
{
|
||||||
rt_kprintf("RTKTHREAD %s\n", name);
|
// rt_kprintf("RTKTHREAD %s\n", name);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _rtthread_thread_exit(void)
|
static void _rtthread_thread_exit(void)
|
||||||
{
|
{
|
||||||
rt_kprintf("RTKTHREAD exit %s\n", __FUNCTION__);
|
// rt_kprintf("RTKTHREAD exit %s\n", __FUNCTION__);
|
||||||
}
|
}
|
||||||
|
|
||||||
_timerHandle _rtthread_timerCreate( const signed char *pcTimerName,
|
_timerHandle _rtthread_timerCreate( const signed char *pcTimerName,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue