Browse Source

libs: fix relative include path

resolve #2326
mcspr-patch-1
Max Prokhorov 3 years ago
committed by GitHub
parent
commit
210a6601bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/libs/BasePin.h

+ 1
- 1
code/espurna/libs/BasePin.h View File

@ -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 {


Loading…
Cancel
Save