Skip to content

Commit fe349e4

Browse files
authored
Merge pull request #490 from Rocketct/master
added define for PMIC_IRQ pin where needed
2 parents ccfcc89 + e34e937 commit fe349e4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

variants/mkrgsm1400/variant.h

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ static const uint8_t SCL = PIN_WIRE_SCL;
130130
#define PIN_USB_DM (22ul)
131131
#define PIN_USB_DP (23ul)
132132
#define PIN_USB_HOST_ENABLE (24ul)
133+
#define PMIC_IRQ_PIN (30ul)
133134

134135
// I2S Interfaces
135136
// --------------

variants/mkrnb1500/variant.h

+2
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ static const uint8_t SCL = PIN_WIRE_SCL;
131131
#define PIN_USB_DM (22ul)
132132
#define PIN_USB_DP (23ul)
133133
#define PIN_USB_HOST_ENABLE (24ul)
134+
#define PMIC_IRQ_PIN (30ul)
135+
134136

135137
// I2S Interfaces
136138
// --------------

0 commit comments

Comments
 (0)