1
Files
lecture-operating-system-de…/c_os/user/demo/PCSPKdemo.cc
2022-07-11 18:32:39 +02:00

9 lines
166 B
C++

#include "user/demo/PCSPKdemo.h"
void PCSPKdemo::run() {
(pcspk.*this->melody)(); // This syntax is confusing as hell
pcspk.off();
scheduler.exit();
}