Skip to content

Commit ebd4aed

Browse files
paul-szczepanek-armpan-
authored andcommitted
disable led
1 parent d9699cf commit ebd4aed

File tree

1 file changed

+0
-5
lines changed
  • features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/sources

1 file changed

+0
-5
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/sources/pal_sys.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ void PalSysInit(void)
158158

159159
PalRtcInit();
160160

161-
PalLedInit();
162-
PalLedOff(PAL_LED_ID_ERROR);
163-
PalLedOn(PAL_LED_ID_CPU_ACTIVE);
164-
165161
#ifdef DEBUG
166162
/* Reset free memory. */
167163
memset(SystemHeapStart, 0, SystemHeapSize);
@@ -175,7 +171,6 @@ void PalSysInit(void)
175171
/*************************************************************************************************/
176172
void PalSysAssertTrap(void)
177173
{
178-
PalLedOn(PAL_LED_ID_ERROR);
179174

180175
palSysAssertCount++;
181176

0 commit comments

Comments
 (0)