summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/mpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h
index dda93f8..9f266bf 100644
--- a/firmware/export/mpeg.h
+++ b/firmware/export/mpeg.h
@@ -89,7 +89,7 @@ void mpeg_record(char *filename);
void mpeg_set_recording_options(int frequency, int quality,
int source, int channel_mode,
bool editable);
-void mpeg_set_recording_gain(int left, int right, int mic);
+void mpeg_set_recording_gain(int left, int right, bool use_mic);
unsigned long mpeg_recorded_time(void);
unsigned long mpeg_num_recorded_bytes(void);
#endif