Merge pull request #3860 from MultiTechSystems/xdot-gpio-fix

Define GPIO_IP_WITHOUT_BRR for xDot platform
pull/3898/head
Martin Kojtal 2017-03-06 16:56:29 +00:00 committed by GitHub
commit f39deb518c
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ struct dac_s {
PinName pin;
};
#define GPIO_IP_WITHOUT_BRR
#include "common_objects.h"
#ifdef __cplusplus