pwm_out_sim: make sure g_pwm_sim is initialized with nullptr

This commit is contained in:
Beat Küng
2017-03-03 17:30:32 +01:00
committed by Lorenz Meier
parent 68701b197a
commit 570aca98a3

View File

@@ -169,7 +169,7 @@ private:
namespace
{
PWMSim *g_pwm_sim;
PWMSim *g_pwm_sim = nullptr;
} // namespace