mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
update pic32ethernet
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1709 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -40,7 +40,7 @@ static void thread_led2_entry(void* parameter)
|
||||
{
|
||||
// .. Toggle the LED
|
||||
mPORTDToggleBits(BIT_2);
|
||||
rt_thread_delay( RT_TICK_PER_SECOND*5 ); /* delay 1s */
|
||||
rt_thread_delay( RT_TICK_PER_SECOND/2 ); /* delay 0.5s */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user