aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ms5611/ms5611.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/ms5611/ms5611.h')
-rw-r--r--src/drivers/ms5611/ms5611.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ms5611/ms5611.h b/src/drivers/ms5611/ms5611.h
index c8211b8dd..c946e38cb 100644
--- a/src/drivers/ms5611/ms5611.h
+++ b/src/drivers/ms5611/ms5611.h
@@ -82,4 +82,4 @@ extern bool crc4(uint16_t *n_prom);
/* interface factories */
extern device::Device *MS5611_spi_interface(ms5611::prom_u &prom_buf, uint8_t busnum) weak_function;
extern device::Device *MS5611_i2c_interface(ms5611::prom_u &prom_buf, uint8_t busnum) weak_function;
-typedef device::Device* (*MS5611_constructor)(ms5611::prom_u &prom_buf, uint8_t busnum);
+typedef device::Device *(*MS5611_constructor)(ms5611::prom_u &prom_buf, uint8_t busnum);