6 lines
92 B
C++
6 lines
92 B
C++
#pragma once
|
|
|
|
namespace motor_pwm_limiter {
|
|
void update();
|
|
} // namespace motor_pwm_limiter
|