aboutsummaryrefslogtreecommitdiff
path: root/Source/EndAnimation.c
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-07-20 22:36:19 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-07-20 22:36:19 +0200
commitcb1c0345c766fada621b521ca39aac02ae25056b (patch)
treee7d20a64ba04886a540e8387b023758dac361b24 /Source/EndAnimation.c
parent98d3232ef413351380d2299af7058fc06a40ff86 (diff)
downloadairport-cb1c0345c766fada621b521ca39aac02ae25056b.tar.gz
+ Added support for SIO (Serial Input Output).
* On SystemLoadFileToBuffer(), files can be now uploaded to PSX using QPSXSerial.
Diffstat (limited to 'Source/EndAnimation.c')
-rw-r--r--Source/EndAnimation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/EndAnimation.c b/Source/EndAnimation.c
index 27789c8..f0b2003 100644
--- a/Source/EndAnimation.c
+++ b/Source/EndAnimation.c
@@ -173,8 +173,8 @@ void EndAnimationSquares(void)
{
randInd = SystemRand(0,maxIndex);
- /*dprintf("randInd = %d\t",randInd);
- dprintf("sqPos[randInd] = %d\n", sqPos[randInd]);*/
+ /*Serial_printf("randInd = %d\t",randInd);
+ Serial_printf("sqPos[randInd] = %d\n", sqPos[randInd]);*/
if(sqPos[randInd] == false)
{