-some typo fixes (#408)

-small consistency changes
This commit is contained in:
Rene
2021-05-24 23:56:56 +02:00
committed by GitHub
parent 2eb76bb058
commit 6994a3858d
7 changed files with 20 additions and 18 deletions

View File

@ -14,7 +14,7 @@
extern "C" {
#endif
// PICO_CONFIG: PARAM_ASSERTIONS_ENABLED_PWM, Enable/disable assertions in the PWM module, type=bool, default=0, group=hadrware_pwm
// PICO_CONFIG: PARAM_ASSERTIONS_ENABLED_PWM, Enable/disable assertions in the PWM module, type=bool, default=0, group=hardware_pwm
#ifndef PARAM_ASSERTIONS_ENABLED_PWM
#define PARAM_ASSERTIONS_ENABLED_PWM 0
#endif