summaryrefslogtreecommitdiff
path: root/firmware/export/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/sound.h')
-rw-r--r--firmware/export/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h
index 7243f48e79..ba6120ce8f 100644
--- a/firmware/export/sound.h
+++ b/firmware/export/sound.h
@@ -138,11 +138,11 @@ void sound_set_pitch(int32_t pitch);
138int32_t sound_get_pitch(void); 138int32_t sound_get_pitch(void);
139#endif 139#endif
140 140
141#ifdef HAVE_PITCHSCREEN 141#ifdef HAVE_PITCHCONTROL
142/* precision of the pitch and speed variables */ 142/* precision of the pitch and speed variables */
143/* One zero per decimal (100 means two decimal places */ 143/* One zero per decimal (100 means two decimal places */
144#define PITCH_SPEED_PRECISION 100L 144#define PITCH_SPEED_PRECISION 100L
145#define PITCH_SPEED_100 (100L * PITCH_SPEED_PRECISION) /* 100% speed */ 145#define PITCH_SPEED_100 (100L * PITCH_SPEED_PRECISION) /* 100% speed */
146#endif /* HAVE_PITCHSCREEN */ 146#endif /* HAVE_PITCHCONTROL */
147 147
148#endif 148#endif