aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/hts221.h
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-27 21:54:54 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-27 21:54:54 +0000
commitb1eb97df6169e083d044acb32c0a3762d56b14fa (patch)
treec741e776773e2277eae46025edc72f0dc2550442 /os/ex/ST/hts221.h
parent31f02dd767c1a62d7aa87a4ba1238b68addeeb8b (diff)
downloadChibiOS-b1eb97df6169e083d044acb32c0a3762d56b14fa.tar.gz
ChibiOS-b1eb97df6169e083d044acb32c0a3762d56b14fa.tar.bz2
ChibiOS-b1eb97df6169e083d044acb32c0a3762d56b14fa.zip
Improved HTS221 driver and related demo: added multiple register read/write.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9812 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ex/ST/hts221.h')
-rw-r--r--os/ex/ST/hts221.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/ST/hts221.h b/os/ex/ST/hts221.h
index 58c4af956..8662b1751 100644
--- a/os/ex/ST/hts221.h
+++ b/os/ex/ST/hts221.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-
+
*/
/**
@@ -378,7 +378,7 @@ struct HTS221Driver {
const struct BaseSensorVMT *vmt_basesensor;
/** @brief BaseHygrometer Virtual Methods Table. */
const struct BaseHygrometerVMT *vmt_basehygrometer;
- /** @brief BaseThermometer Virtual Methods Table. */
+ /** @brief BaseThermometer Virtual Methods Table. */
const struct BaseThermometerVMT *vmt_basethermometer;
_hts221_data
};