Skip to content

Commit a2434cc

Browse files
committed
fix a merge conflict
1 parent 59dcead commit a2434cc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

variants/particle_xenon/variant.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ const uint32_t g_ADigitalPinMap[] =
5353
_PINNUM(0, 18), // P0.18 (RESET)
5454
};
5555

56-
<<<<<<< HEAD
5756
void initVariant()
5857
{
5958
switch_antenna(false);
@@ -64,10 +63,7 @@ void initVariant()
6463
led_pwm_init(LED_RGB_GREEN_IDX, LED_RGB_GREEN_PIN);
6564
}
6665

67-
void switch_antenna(bool useExternal) {
68-
=======
6966
static void switch_antenna(bool useExternal) {
70-
>>>>>>> fd02ea28ba967223d8c04ba1719bf59c57a56d5e
7167
if (useExternal) {
7268
digitalWrite(ANTENNA_SWITCH_1, LOW);
7369
digitalWrite(ANTENNA_SWITCH_2, HIGH);
@@ -82,7 +78,6 @@ void initVariant()
8278
{
8379
switch_antenna(false);
8480
}
85-
<<<<<<< HEAD
8681

8782
void ledWrite(uint32_t led_pin, uint8_t value) {
8883
uint32_t index = -1;
@@ -128,5 +123,3 @@ void pwm_teardown(NRF_PWM_Type* pwm) {
128123
pwm->SEQ[0].PTR = 0;
129124
pwm->SEQ[0].CNT = 0;
130125
}
131-
=======
132-
>>>>>>> fd02ea28ba967223d8c04ba1719bf59c57a56d5e

0 commit comments

Comments
 (0)