Max Prokhorov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
code/espurna/libs/BasePin.h
|
|
@ -9,7 +9,7 @@ Copyright (C) 2020 by Maxim Prokhorov <prokhorov dot max at outlook dot com> |
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include <cstdint> |
|
|
|
#include "config/types.h" |
|
|
|
#include "../config/types.h" |
|
|
|
|
|
|
|
// base interface for generic pin handler. |
|
|
|
struct BasePin { |
|
|
|