1

merged cleanup

This commit is contained in:
2022-07-24 21:12:31 +02:00
parent 5ff3d72bfd
commit 6481bae5f6
92 changed files with 663 additions and 755 deletions

View File

@ -6,7 +6,7 @@ void PCSPKdemo::run() {
kout << "Playing..." << endl;
kout.unlock();
(pcspk.*this->melody)(); // This syntax is confusing as hell
(pcspk.*melody)(); // This syntax is confusing as hell
kout.lock();
kout << "Finished" << endl;