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[] =
5353 _PINNUM (0 , 18 ), // P0.18 (RESET)
5454};
5555
56- <<<<<<< HEAD
5756void 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- =======
6966static 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
8782void 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
You can’t perform that action at this time.
0 commit comments