restore custom signal tunes to Second Movement
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user