mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-22 17:52:07 +08:00
openpilot v0.7.8 release
This commit is contained in:
@@ -83,7 +83,7 @@ int touch_read(TouchState *s, int* out_x, int* out_y) {
|
||||
#include "sound.hpp"
|
||||
|
||||
bool Sound::init(int volume) { return true; }
|
||||
bool Sound::play(AudibleAlert alert) { return true; }
|
||||
bool Sound::play(AudibleAlert alert) { printf("play sound: %d\n", (int)alert); return true; }
|
||||
void Sound::stop() {}
|
||||
void Sound::setVolume(int volume) {}
|
||||
Sound::~Sound() {}
|
||||
|
||||
Reference in New Issue
Block a user