We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9699cf commit ebd4aedCopy full SHA for ebd4aed
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/sources/pal_sys.c
@@ -158,10 +158,6 @@ void PalSysInit(void)
158
159
PalRtcInit();
160
161
- PalLedInit();
162
- PalLedOff(PAL_LED_ID_ERROR);
163
- PalLedOn(PAL_LED_ID_CPU_ACTIVE);
164
-
165
#ifdef DEBUG
166
/* Reset free memory. */
167
memset(SystemHeapStart, 0, SystemHeapSize);
@@ -175,7 +171,6 @@ void PalSysInit(void)
175
171
/*************************************************************************************************/
176
172
void PalSysAssertTrap(void)
177
173
{
178
- PalLedOn(PAL_LED_ID_ERROR);
179
174
180
palSysAssertCount++;
181
0 commit comments