summaryrefslogtreecommitdiff
path: root/daemon/src/Gpio.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-10-16 16:13:43 +0200
committerAki <please@ignore.pl>2021-10-16 16:13:43 +0200
commit395da4b6861540fcad778cfa0b9ec1f7c16274d6 (patch)
tree2ab7749bb32219e2d2c86ca69f0eadd6eef583eb /daemon/src/Gpio.h
parent44c3b1d6c41f19c1e9d3f43ec4c7188f868ca08f (diff)
downloadhwd-395da4b6861540fcad778cfa0b9ec1f7c16274d6.zip
hwd-395da4b6861540fcad778cfa0b9ec1f7c16274d6.tar.gz
hwd-395da4b6861540fcad778cfa0b9ec1f7c16274d6.tar.bz2
Added explicit empty consturctor for Gpio
Diffstat (limited to 'daemon/src/Gpio.h')
-rw-r--r--daemon/src/Gpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/src/Gpio.h b/daemon/src/Gpio.h
index e3941f6..81e048f 100644
--- a/daemon/src/Gpio.h
+++ b/daemon/src/Gpio.h
@@ -10,6 +10,7 @@
class Gpio
{
public:
+ Gpio() noexcept;
void apply(AssemblyContext ctx);
private:
static constexpr unsigned SIZE {24};