|
From: <c99...@us...> - 2007-11-10 19:08:08
|
Revision: 541
http://cadcdev.svn.sourceforge.net/cadcdev/?rev=541&view=rev
Author: c99koder
Date: 2007-11-10 11:06:26 -0800 (Sat, 10 Nov 2007)
Log Message:
-----------
TIki: NDS: Start the wifi timers so the ARM7 doesn't hang
Modified Paths:
--------------
tiki/nds/src/init_shutdown.cpp
Modified: tiki/nds/src/init_shutdown.cpp
===================================================================
--- tiki/nds/src/init_shutdown.cpp 2007-11-07 20:11:05 UTC (rev 540)
+++ tiki/nds/src/init_shutdown.cpp 2007-11-10 19:06:26 UTC (rev 541)
@@ -11,6 +11,7 @@
#include "Tiki/sound.h"
#include "Tiki/stream.h"
#include "Tiki/hid.h"
+#include "Tiki/net.h"
#include "Tiki/drawables/console.h"
#include <nds.h>
@@ -110,6 +111,8 @@
Hid::init();
}
+ Tiki::Net::init();
+
Tiki::Debug::printf("Initializing ARM7\n");
// enable & clear FIFO
REG_IPC_FIFO_CR = IPC_FIFO_ENABLE | IPC_FIFO_SEND_CLEAR;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|