We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2dcd5 commit 955da26Copy full SHA for 955da26
src/platform/silabs/platformAbstraction/SilabsPlatformBase.h
@@ -60,7 +60,7 @@ class SilabsPlatformAbstractionBase
60
* @brief Function trigger the platform to execute a software reset.
61
* Anything after this function will not be executed since the device will reboot.
62
*/
63
- virtual void SoftwareReset(void) {}
+ virtual void SoftwareReset(void) = 0;
64
65
// BLE Specific Method
66
0 commit comments