Skip to content

Commit 955da26

Browse files
Update src/platform/silabs/platformAbstraction/SilabsPlatformBase.h
Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com>
1 parent dd2dcd5 commit 955da26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/platformAbstraction/SilabsPlatformBase.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class SilabsPlatformAbstractionBase
6060
* @brief Function trigger the platform to execute a software reset.
6161
* Anything after this function will not be executed since the device will reboot.
6262
*/
63-
virtual void SoftwareReset(void) {}
63+
virtual void SoftwareReset(void) = 0;
6464

6565
// BLE Specific Method
6666

0 commit comments

Comments
 (0)