mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #3860 from MultiTechSystems/xdot-gpio-fix
Define GPIO_IP_WITHOUT_BRR for xDot platformpull/3898/head
commit
f39deb518c
|
@ -65,6 +65,7 @@ struct dac_s {
|
|||
PinName pin;
|
||||
};
|
||||
|
||||
#define GPIO_IP_WITHOUT_BRR
|
||||
#include "common_objects.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue