1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

* fixed the broken bugfix from defd7cef13

This commit is contained in:
Oleg Hahm 2013-04-10 16:07:40 +02:00
parent a623d14286
commit 9f27cf54bc

View File

@ -31,7 +31,7 @@ void hard_reset_to_bootloader(void)
void hard_reset_to_user_code(void)
{
printf("Reset CPU (into user code)\r\n");
et_rts(0); // RTS (ttl level) connects to P0.14
set_rts(0); // RTS (ttl level) connects to P0.14
set_dtr(1); // DTR (ttl level) connects to RST
send_break_signal(); // or break detect circuit to RST
usleep(75000);