Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes2wii.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCluster <clusterrr@clusterrr.com>2015-05-26 04:50:26 +0300
committerCluster <clusterrr@clusterrr.com>2015-05-26 04:50:26 +0300
commit88952f063e35d0baaf24df2ed0981fcc7f63bce6 (patch)
tree962535d3319c71e22ca9b8bad9a8549312f051ac
parentaa2c8741be50c0713acd06408225c473d9022fb8 (diff)
timings
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3745725..0c81729 100644
--- a/main.c
+++ b/main.c
@@ -72,7 +72,7 @@ int main()
if (!connected)
{
- _delay_ms(100);
+ _delay_ms(1000);
connected = 1;
WII_CONNECT;
wm_init((void*)classic_controller_id, but_dat, (void*)cal_data, wiimote_query);