mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
pwm_out_sim: make sure g_pwm_sim is initialized with nullptr
This commit is contained in:
@@ -169,7 +169,7 @@ private:
|
||||
namespace
|
||||
{
|
||||
|
||||
PWMSim *g_pwm_sim;
|
||||
PWMSim *g_pwm_sim = nullptr;
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user