compiling'

This commit is contained in:
Jonas Zeunert
2018-12-04 18:13:44 +01:00
parent f03fe500db
commit 8557a22607
5 changed files with 15 additions and 13 deletions

View File

@@ -14,8 +14,6 @@
namespace flippR_driver
{
namespace utility
{
std::once_flag GPIOInterface::GPIO_LIB_INITIALIZED;
@@ -46,4 +44,3 @@ bool GPIOInterface::read_pin(char address)
}
}