From 4785817b07b9acd17f4cede289729aa41c6a11b6 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 29 Mar 2013 22:58:51 +0100 Subject: ucoolib/intf: fix adc class --- ucoolib/intf/adc.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'ucoolib') diff --git a/ucoolib/intf/adc.hh b/ucoolib/intf/adc.hh index a002188..d6c55ce 100644 --- a/ucoolib/intf/adc.hh +++ b/ucoolib/intf/adc.hh @@ -30,6 +30,7 @@ namespace ucoo { /// should be enough for simple needs. class Adc { + public: /// Make a conversion and return the value. virtual int read () = 0; /// Get resolution (number of possible different values). -- cgit v1.2.3