This commit is contained in:
Matthew Kennedy 2022-12-01 15:51:21 -08:00
parent fa00aa0ad4
commit 1584b1ff4d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ using namespace wbo;
// 400khz / 1024 = 390hz PWM
static Pwm heaterPwm(HEATER_PWM_DEVICE);
PWMConfig heaterPwmConfig = {
static const PWMConfig heaterPwmConfig = {
400'000,
1024,
nullptr,