remove comment

This commit is contained in:
sillysagiri 2023-12-31 00:31:04 +07:00
parent 04b1358957
commit a665fcc7ea

View File

@ -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);