diff options
-rw-r--r-- | include/driver/ads111x.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |