Skip to content

Commit dbd58bf

Browse files
paul-szczepanek-armpan-
authored andcommitted
remove unneeded pal
1 parent ebd4aed commit dbd58bf

File tree

7 files changed

+15
-1875
lines changed

7 files changed

+15
-1875
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/pal_mbed_os_adaptation.cpp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,21 @@ MBED_WEAK void PalSysSleep()
113113
MBED_ERROR(function_not_implemented, "Provide implementation of PalSysSleep");
114114
}
115115

116+
MBED_WEAK void PalSysSetTrap(bool_t enable)
117+
{
118+
(void)enable;
119+
}
120+
121+
MBED_WEAK uint32_t PalSysGetAssertCount()
122+
{
123+
return 0;
124+
}
125+
126+
MBED_WEAK uint32_t PalSysGetStackUsage()
127+
{
128+
return 0;
129+
}
130+
116131
/* CS */
117132

118133
MBED_WEAK void PalEnterCs(void)

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

Lines changed: 0 additions & 273 deletions
This file was deleted.

0 commit comments

Comments
 (0)