aboutsummaryrefslogtreecommitdiffstats
path: root/src/gaudio/gaudio_driver_record.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gaudio/gaudio_driver_record.h')
-rw-r--r--src/gaudio/gaudio_driver_record.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gaudio/gaudio_driver_record.h b/src/gaudio/gaudio_driver_record.h
index 5cbe4532..f7db3d14 100644
--- a/src/gaudio/gaudio_driver_record.h
+++ b/src/gaudio/gaudio_driver_record.h
@@ -71,7 +71,7 @@ extern "C" {
/**
* @brief Initialise the record driver
- * @return TRUE if the channel, frequency and format are valid.
+ * @return gTrue if the channel, frequency and format are valid.
*
* @param[in] channel The channel to use (see the driver for the available channels provided)
* @param[in] frequency The sample frequency to use
@@ -81,7 +81,7 @@ extern "C" {
*
* @api
*/
-bool_t gaudio_record_lld_init(uint16_t channel, uint32_t frequency, ArrayDataFormat format);
+gBool gaudio_record_lld_init(uint16_t channel, uint32_t frequency, ArrayDataFormat format);
/**
* @brief Start the audio recording