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 12:44:03 +0300
committerCluster <clusterrr@clusterrr.com>2015-05-26 12:44:03 +0300
commit51fa9709f3377249edc5ed406e4bdcfed37c2bc9 (patch)
tree84d7b7dd95c4d576ac50267c41a21e663c6aa3da
parent589b58e4870a223c6c69e179970247f2176a48c8 (diff)
Timings
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index a66a927..3745725 100644
--- a/main.c
+++ b/main.c
@@ -72,7 +72,7 @@ int main()
if (!connected)
{
- _delay_ms(500);
+ _delay_ms(100);
connected = 1;
WII_CONNECT;
wm_init((void*)classic_controller_id, but_dat, (void*)cal_data, wiimote_query);