This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
</member >
13
13
<member >
14
14
<project >GenericApp</project >
15
- <configuration >Zintercom_EndDevice </configuration >
15
+ <configuration >Zintercom_Router_PA1 </configuration >
16
16
</member >
17
17
<member >
18
18
<project >GenericApp</project >
19
- <configuration >Zintercom_Router_CC2592 </configuration >
19
+ <configuration >Zintercom_Router_PA2 </configuration >
20
20
</member >
21
21
<member >
22
22
<project >GenericApp</project >
23
- <configuration >Zintercom_EndDevice_CC2592 </configuration >
23
+ <configuration >Zintercom_EndDevice </configuration >
24
24
</member >
25
25
<member >
26
26
<project >GenericApp</project >
27
- <configuration >Zintercom_Router_CC2591 </configuration >
27
+ <configuration >Zintercom_EndDevice_PA1 </configuration >
28
28
</member >
29
29
<member >
30
30
<project >GenericApp</project >
31
- <configuration >Zintercom_EndDevice_CC2591 </configuration >
31
+ <configuration >Zintercom_EndDevice_PA2 </configuration >
32
32
</member >
33
33
</batchDefinition >
34
34
</batchBuild >
Original file line number Diff line number Diff line change @@ -242,15 +242,15 @@ extern void MAC_RfFrontendSetup(void);
242
242
P1DIR |= BV (0 ) | BV (1 ); \
243
243
\
244
244
/* Set PA/LNA HGM control P0_7 */ \
245
- P0DIR |= BV (7 ); \
245
+ P0DIR |= BV (7 ); \
246
246
\
247
247
\
248
248
/* setup RF frontend if necessary */ \
249
249
HAL_BOARD_RF_FRONTEND_SETUP (); \
250
250
LED1_DDR |= LED1_BV ; \
251
251
LED2_DDR |= LED2_BV ; \
252
- LED3_DDR |= LED3_BV ;
253
- LED4_DDR |= LED4_BV ; \
252
+ LED3_DDR |= LED3_BV ; \
253
+ LED4_DDR |= LED4_BV ; \
254
254
}
255
255
256
256
#elif defined (HAL_PA_LNA_CC2592 ) || defined (HAL_PA_LNA_SE2431L )
You can’t perform that action at this time.
0 commit comments