File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ struct EXTERNAL IFirmwareUpdate : virtual public Core::IUnknown {
64
64
// @param State : State
65
65
// @param SubState: SubState
66
66
// @text onUpdateStateChange
67
- virtual void OnUpdateStateChange (const State state , const SubState substate )= 0 ;
67
+ virtual void OnUpdateStateChange (const State state , const SubState substate ) {} ;
68
68
69
69
// @brief This notification is raised between flashing started state and flashing succeeded/failed.
70
70
// @param percentageComplete : Number between 0 and 100 indicating the "percentage complete" of the flashing process.
71
71
// @text onFlashingStateChange
72
- virtual void OnFlashingStateChange (const uint32_t percentageComplete )= 0 ;
72
+ virtual void OnFlashingStateChange (const uint32_t percentageComplete ) {} ;
73
73
74
74
};
75
75
You can’t perform that action at this time.
0 commit comments