summaryrefslogtreecommitdiff
path: root/ucoolib/hal/gpio/gpio.host.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ucoolib/hal/gpio/gpio.host.hh')
-rw-r--r--ucoolib/hal/gpio/gpio.host.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ucoolib/hal/gpio/gpio.host.hh b/ucoolib/hal/gpio/gpio.host.hh
index 5e79679..27fd51d 100644
--- a/ucoolib/hal/gpio/gpio.host.hh
+++ b/ucoolib/hal/gpio/gpio.host.hh
@@ -36,6 +36,8 @@ class Gpio : public Io
public:
/// Initialise GPIO.
Gpio (Host &host, const char *name);
+ /// Initialise GPIO, with no mex support.
+ Gpio ();
/// See Io::set.
void set ();
/// See Io::reset.