From 48012f73c60fc899f01abaf4fa6daf12f52ded36 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Mon, 5 Aug 2019 21:43:06 +0200 Subject: [PATCH] Added stand in struct --- i2c.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i2c.hpp b/i2c.hpp index 6f70f09..6da1c74 100644 --- a/i2c.hpp +++ b/i2c.hpp @@ -1 +1,4 @@ #pragma once + +struct I2c { +};