From 167635e2faccaa9fcb216a6c7d433f60299c7c6f Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 24 Jul 2022 22:42:37 +0200 Subject: [PATCH] make static --- c_os/devices/PCSPK.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_os/devices/PCSPK.h b/c_os/devices/PCSPK.h index c6d0fba..d71e220 100755 --- a/c_os/devices/PCSPK.h +++ b/c_os/devices/PCSPK.h @@ -78,7 +78,7 @@ public: void aerodynamic(); // Ton abspielen - void play(float f, int len); + static void play(float f, int len); // Lautsprecher ausschalten static void off();