Unverified Commit c3ba92df authored by Daniel Friesel's avatar Daniel Friesel
Browse files

ads111x: fix typo

parent 83e208ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,