remove comment
This commit is contained in:
parent
04b1358957
commit
a665fcc7ea
@ -38,32 +38,24 @@
|
|||||||
static FILE *in_music = NULL;
|
static FILE *in_music = NULL;
|
||||||
|
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------
|
|
||||||
void VblankHandler(void) {
|
void VblankHandler(void) {
|
||||||
//---------------------------------------------------------------------------------
|
|
||||||
Wifi_Update();
|
Wifi_Update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------
|
|
||||||
void VcountHandler() {
|
void VcountHandler() {
|
||||||
//---------------------------------------------------------------------------------
|
|
||||||
inputGetAndSend();
|
inputGetAndSend();
|
||||||
}
|
}
|
||||||
|
|
||||||
volatile bool exitflag = false;
|
volatile bool exitflag = false;
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------
|
|
||||||
void powerButtonCB() {
|
void powerButtonCB() {
|
||||||
//---------------------------------------------------------------------------------
|
|
||||||
exitflag = true;
|
exitflag = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------
|
|
||||||
int main() {
|
int main() {
|
||||||
//---------------------------------------------------------------------------------
|
|
||||||
// clear sound registers
|
// clear sound registers
|
||||||
dmaFillWords(0, (void*)0x04000400, 0x100);
|
dmaFillWords(0, (void*)0x04000400, 0x100);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user