4354 Fix MOTE_L152RC GPIO Write

Add #define GPI_IP_WITHOUT_BRR
pull/4383/head
Shaun Nelson 2017-05-24 11:33:55 -04:00
parent 186f406c24
commit 30579e8131
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