From c3ba92df6dce55321206ea6191456f280a91608b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 27 Apr 2023 17:48:30 +0200 Subject: ads111x: fix typo --- include/driver/ads111x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/driver') diff --git a/include/driver/ads111x.h b/include/driver/ads111x.h index 54cd876..2514e8d 100644 --- a/include/driver/ads111x.h +++ b/include/driver/ads111x.h @@ -50,7 +50,7 @@ class ADS111x { }; enum conf_mode : unsigned short { CONTINUOUS = 0 << 8, - SINGLE_SHORT = 1 << 8, + SINGLE_SHOT = 1 << 8, }; enum conf_data_rate : unsigned short { SPS_8 = 0 << 5, -- cgit v1.2.3