restore custom signal tunes to Second Movement

This commit is contained in:
joeycastillo 2024-09-29 12:36:26 -04:00
parent e4db48281d
commit 9a0979fa55
2 changed files with 3 additions and 14 deletions

View File

@ -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

View File

@ -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_