Skip to content

Commit 0d0646d

Browse files
committed
cc3200: Update HAL to SDK release version 1.1.0.
1 parent dac7932 commit 0d0646d

17 files changed

Lines changed: 3848 additions & 3583 deletions

File tree

cc3200/bootmgr/bootloader.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ BOOT_CPPDEFINES = -Dgcc -DBOOTLOADER -DTARGET_IS_CC3200 -DSL_TINY
1919
BOOT_HAL_SRC_C = $(addprefix hal/,\
2020
cpu.c \
2121
interrupt.c \
22+
pin.c \
2223
prcm.c \
2324
shamd5.c \
2425
spi.c \

cc3200/hal/adc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
//*****************************************************************************
4949
#ifdef __cplusplus
5050
extern "C"
51-
//{
51+
{
5252
#endif
5353

5454
//*****************************************************************************

0 commit comments

Comments
 (0)