Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 17fe7c1

Browse files
committed
0.2.2
1 parent 2da6439 commit 17fe7c1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CC2530DB/GenericApp.eww

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
</member>
1313
<member>
1414
<project>GenericApp</project>
15-
<configuration>Zintercom_EndDevice</configuration>
15+
<configuration>Zintercom_Router_PA1</configuration>
1616
</member>
1717
<member>
1818
<project>GenericApp</project>
19-
<configuration>Zintercom_Router_CC2592</configuration>
19+
<configuration>Zintercom_Router_PA2</configuration>
2020
</member>
2121
<member>
2222
<project>GenericApp</project>
23-
<configuration>Zintercom_EndDevice_CC2592</configuration>
23+
<configuration>Zintercom_EndDevice</configuration>
2424
</member>
2525
<member>
2626
<project>GenericApp</project>
27-
<configuration>Zintercom_Router_CC2591</configuration>
27+
<configuration>Zintercom_EndDevice_PA1</configuration>
2828
</member>
2929
<member>
3030
<project>GenericApp</project>
31-
<configuration>Zintercom_EndDevice_CC2591</configuration>
31+
<configuration>Zintercom_EndDevice_PA2</configuration>
3232
</member>
3333
</batchDefinition>
3434
</batchBuild>

Source/hal_board_cfg.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,15 @@ extern void MAC_RfFrontendSetup(void);
242242
P1DIR |= BV(0) | BV(1); \
243243
\
244244
/* Set PA/LNA HGM control P0_7 */ \
245-
P0DIR |= BV(7); \
245+
P0DIR |= BV(7); \
246246
\
247247
\
248248
/* setup RF frontend if necessary */ \
249249
HAL_BOARD_RF_FRONTEND_SETUP(); \
250250
LED1_DDR |= LED1_BV; \
251251
LED2_DDR |= LED2_BV; \
252-
LED3_DDR |= LED3_BV;
253-
LED4_DDR |= LED4_BV; \
252+
LED3_DDR |= LED3_BV; \
253+
LED4_DDR |= LED4_BV; \
254254
}
255255

256256
#elif defined (HAL_PA_LNA_CC2592) || defined (HAL_PA_LNA_SE2431L)

0 commit comments

Comments
 (0)