Skip to content

Commit

Permalink
add realtek_ameba package
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingcys committed Jun 13, 2018
1 parent f9f7615 commit 20e40ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtthread_patch/os/rtthread_service.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,12 +633,12 @@ void _rtthread_wakeup_task(struct task_struct *ptask)

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)
{
rt_kprintf("RTKTHREAD exit %s\n", __FUNCTION__);
// rt_kprintf("RTKTHREAD exit %s\n", __FUNCTION__);
}

_timerHandle _rtthread_timerCreate( const signed char *pcTimerName,
Expand Down

0 comments on commit 20e40ac

Please sign in to comment.