Fix: "Functions should be declared at file scope"

This commit is contained in:
Ender's Games 2018-08-22 14:45:02 -04:00
parent e81f43ff20
commit d8226c7b5d
1 changed files with 1 additions and 2 deletions

View File

@ -193,6 +193,7 @@ int rtc_schid;
//14336 Cycles
const int AICA_TICK=145124;
extern void aica_periodical(u32 cycl);
int AicaUpdate(int tag, int c, int j)
{
@ -201,8 +202,6 @@ int AicaUpdate(int tag, int c, int j)
//static int aica_sample_cycles=0;
//aica_sample_cycles+=14336*AICA_SAMPLE_GCM;
extern void aica_periodical(u32 cycl);
//if (aica_sample_cycles>=AICA_SAMPLE_CYCLES)
{