summaryrefslogtreecommitdiff
path: root/daemon/src/Gpio.cpp
blob: 656c58530b9b628ebca8ed34994d9a17ff81282e (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "Gpio.h"

#include <rpc/server.h>

#include "Assembly.h"


void Gpio::apply(AssemblyContext ctx)
{
	ctx.bind("nothing", []{});
}