Skip to content

Commit

Permalink
update description of LED for artemis_thing_plus
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen L - SFE committed Dec 6, 2019
1 parent 4cfa3de commit d9d2866
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion artemis_thing_plus/bsp/am_bsp_pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MIC_CLK =

//*****************************************************************************
//
// LED_BLUE pin: The BLUE LED.
// LED_BLUE pin: The BLUE LED labelled 18.
//
//*****************************************************************************
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_LED_BLUE =
Expand Down
2 changes: 1 addition & 1 deletion artemis_thing_plus/bsp/am_bsp_pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ extern const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MIC_CLK;

//*****************************************************************************
//
// LED_BLUE pin: The BLUE LED.
// LED_BLUE pin: The BLUE LED labelled 18.
//
//*****************************************************************************
#define AM_BSP_GPIO_LED_BLUE 26
Expand Down
2 changes: 1 addition & 1 deletion artemis_thing_plus/bsp/bsp_pins.src
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pin
# *****************************************************************************
pin
name = LED_BLUE
desc = The BLUE LED
desc = The BLUE LED labelled 18
pinnum = 26
func_sel = AM_HAL_PIN_26_GPIO
drvstrength = 12
Expand Down
Binary file modified artemis_thing_plus/bsp/gcc/bin/libam_bsp.a
Binary file not shown.

0 comments on commit d9d2866

Please sign in to comment.