mirror of
https://github.com/joeycastillo/second-movement.git
synced 2025-10-29 19:47:40 +00:00
restore custom signal tunes to Second Movement
This commit is contained in:
parent
e4db48281d
commit
9a0979fa55
12
movement.c
12
movement.c
@ -40,18 +40,10 @@
|
||||
#include "shell.h"
|
||||
#include "utz.h"
|
||||
|
||||
/// FIXME: #SecondMovement needs to bring back the following include (and remove the default signal_tune)
|
||||
// #include "movement_custom_signal_tunes.h"
|
||||
int8_t signal_tune[] = {
|
||||
BUZZER_NOTE_C8, 5,
|
||||
BUZZER_NOTE_REST, 6,
|
||||
BUZZER_NOTE_C8, 5,
|
||||
0
|
||||
};
|
||||
|
||||
|
||||
#include "movement_config.h"
|
||||
|
||||
#include "movement_custom_signal_tunes.h"
|
||||
|
||||
#if __EMSCRIPTEN__
|
||||
#include <emscripten.h>
|
||||
#endif
|
||||
|
||||
@ -22,8 +22,7 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef MOVEMENT_CUSTOM_SIGNAL_TUNES_H_
|
||||
#define MOVEMENT_CUSTOM_SIGNAL_TUNES_H_
|
||||
#pragma once
|
||||
|
||||
#ifdef SIGNAL_TUNE_DEFAULT
|
||||
int8_t signal_tune[] = {
|
||||
@ -201,5 +200,3 @@ int8_t signal_tune[] = {
|
||||
0
|
||||
};
|
||||
#endif // SIGNAL_TUNE_HARRY_POTTER_LONG
|
||||
|
||||
#endif // MOVEMENT_CUSTOM_SIGNAL_TUNES_H_
|
||||
Loading…
x
Reference in New Issue
Block a user