Finish HAL/STM32 cpp wrappers

This commit is contained in:
Scott Lahteine
2020-11-26 03:47:07 -06:00
parent 8c59212ca4
commit aa2ced96e0
10 changed files with 14 additions and 9 deletions

View File

@@ -19,6 +19,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
#if defined(ARDUINO_ARCH_STM32) && !defined(STM32GENERIC)
#include "../../inc/MarlinConfigPre.h"
@@ -55,3 +56,4 @@ void set_pwm_duty(const pin_t pin, const uint16_t v, const uint16_t v_size/*=255
}
#endif // NEEDS_HARDWARE_PWM
#endif // ARDUINO_ARCH_STM32 && !STM32GENERIC