Skip to content

Commit

Permalink
Cleaning dev stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
EremusOne committed Mar 29, 2023
1 parent 626bd66 commit aafa3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESPectrum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fabgl::PS2Controller ESPectrum::PS2Controller;
//=======================================================================================
uint8_t ESPectrum::audioBuffer[ESP_AUDIO_SAMPLES_48] = { 0 };
uint8_t ESPectrum::overSamplebuf[ESP_AUDIO_OVERSAMPLES_48] = { 0 };
signed char ESPectrum::aud_volume = 0; // -8;
signed char ESPectrum::aud_volume = -8;
uint32_t ESPectrum::audbufcnt = 0;
uint32_t ESPectrum::faudbufcnt = 0;
int ESPectrum::lastaudioBit = 0;
Expand Down

0 comments on commit aafa3fe

Please sign in to comment.