File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ const uint32_t g_ADigitalPinMap[] =
53
53
_PINNUM (0 , 18 ), // P0.18 (RESET)
54
54
};
55
55
56
- <<<<<<< HEAD
57
56
void initVariant ()
58
57
{
59
58
switch_antenna (false );
@@ -64,10 +63,7 @@ void initVariant()
64
63
led_pwm_init (LED_RGB_GREEN_IDX, LED_RGB_GREEN_PIN);
65
64
}
66
65
67
- void switch_antenna (bool useExternal) {
68
- =======
69
66
static void switch_antenna (bool useExternal) {
70
- >>>>>>> fd02ea28ba967223d8c04ba1719bf59c57a56d5e
71
67
if (useExternal) {
72
68
digitalWrite (ANTENNA_SWITCH_1, LOW);
73
69
digitalWrite (ANTENNA_SWITCH_2, HIGH);
@@ -82,7 +78,6 @@ void initVariant()
82
78
{
83
79
switch_antenna (false );
84
80
}
85
- <<<<<<< HEAD
86
81
87
82
void ledWrite (uint32_t led_pin, uint8_t value) {
88
83
uint32_t index = -1 ;
@@ -128,5 +123,3 @@ void pwm_teardown(NRF_PWM_Type* pwm) {
128
123
pwm->SEQ [0 ].PTR = 0 ;
129
124
pwm->SEQ [0 ].CNT = 0 ;
130
125
}
131
- =======
132
- >>>>>>> fd02ea28ba967223d8c04ba1719bf59c57a56d5e
You can’t perform that action at this time.
0 commit comments