From 678627d7830eeee7fb25d05bab2b29ec35d14285 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 21 Jun 2018 12:59:27 -1000 Subject: [PATCH] mpl3115a2 - removed old comment --- src/drivers/barometer/mpl3115a2/mpl3115a2.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/drivers/barometer/mpl3115a2/mpl3115a2.cpp b/src/drivers/barometer/mpl3115a2/mpl3115a2.cpp index 0d89f5b674..e2888815c2 100644 --- a/src/drivers/barometer/mpl3115a2/mpl3115a2.cpp +++ b/src/drivers/barometer/mpl3115a2/mpl3115a2.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright (c) 2017 PX4 Development Team. All rights reserved. + * Copyright (c) 2017-2018 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -34,10 +34,6 @@ /** * @file mpl3115a2.cpp * - * FIXME!: This is stubberd out driver for the NXP MPL3115A2 - * it has bogus code in it and is just being used to verify - * the i2C buss and WHOAMI - * * Driver for the MPL3115A2 barometric pressure sensor connected via I2C. */