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 "shell.h"
|
||||||
#include "utz.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_config.h"
|
||||||
|
|
||||||
|
#include "movement_custom_signal_tunes.h"
|
||||||
|
|
||||||
#if __EMSCRIPTEN__
|
#if __EMSCRIPTEN__
|
||||||
#include <emscripten.h>
|
#include <emscripten.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -22,8 +22,7 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MOVEMENT_CUSTOM_SIGNAL_TUNES_H_
|
#pragma once
|
||||||
#define MOVEMENT_CUSTOM_SIGNAL_TUNES_H_
|
|
||||||
|
|
||||||
#ifdef SIGNAL_TUNE_DEFAULT
|
#ifdef SIGNAL_TUNE_DEFAULT
|
||||||
int8_t signal_tune[] = {
|
int8_t signal_tune[] = {
|
||||||
@ -201,5 +200,3 @@ int8_t signal_tune[] = {
|
|||||||
0
|
0
|
||||||
};
|
};
|
||||||
#endif // SIGNAL_TUNE_HARRY_POTTER_LONG
|
#endif // SIGNAL_TUNE_HARRY_POTTER_LONG
|
||||||
|
|
||||||
#endif // MOVEMENT_CUSTOM_SIGNAL_TUNES_H_
|
|
||||||
Loading…
x
Reference in New Issue
Block a user