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 f740985 commit 61b0631Copy full SHA for 61b0631
features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/pal_mbed_os_adaptation.cpp
@@ -62,12 +62,12 @@ MBED_WEAK PalNvmState_t PalNvmGetState()
62
return PAL_NVM_STATE_UNINIT;
63
}
64
65
-MBED_WEAK void PalNvmRead(MBED_WEAK void *pBuf, uint32_t size, uint32_t srcAddr)
+MBED_WEAK void PalNvmRead(void *pBuf, uint32_t size, uint32_t srcAddr)
66
{
67
MBED_ERROR(function_not_implemented, "Provide implementation of PalNvmRead");
68
69
70
-MBED_WEAK void PalNvmWrite(MBED_WEAK void *pBuf, uint32_t size, uint32_t dstAddr)
+MBED_WEAK void PalNvmWrite(void *pBuf, uint32_t size, uint32_t dstAddr)
71
72
MBED_ERROR(function_not_implemented, "Provide implementation of PalNvmWrite");
73
0 commit comments