mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15002 from ladislas/ladislas/bugfix/interface-digitalin-missing-include
Add missing include for PinNames.hpull/14994/head
commit
4d8b8bad3f
|
@ -20,6 +20,7 @@
|
|||
#ifndef MBED_INTERFACE_DIGITALIN_H_
|
||||
#define MBED_INTERFACE_DIGITALIN_H_
|
||||
|
||||
#include "PinNames.h"
|
||||
|
||||
namespace mbed {
|
||||
|
||||
|
|
Loading…
Reference in New Issue