mirror of https://github.com/ARMmbed/mbed-os.git
Add missing include for PinNames.h
parent
df00ed4efe
commit
e1de484471
|
@ -20,6 +20,7 @@
|
|||
#ifndef MBED_INTERFACE_DIGITALIN_H_
|
||||
#define MBED_INTERFACE_DIGITALIN_H_
|
||||
|
||||
#include "PinNames.h"
|
||||
|
||||
namespace mbed {
|
||||
|
||||
|
|
Loading…
Reference in New Issue