diff options
Diffstat (limited to 'stmhal/qstrdefsport.h')
-rw-r--r-- | stmhal/qstrdefsport.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h index bb1e40d638..1d505bd688 100644 --- a/stmhal/qstrdefsport.h +++ b/stmhal/qstrdefsport.h @@ -20,8 +20,6 @@ Q(gc) Q(repl_info) Q(delay) Q(udelay) -Q(switch) -Q(SW) Q(servo) Q(pwm) Q(read) @@ -79,6 +77,10 @@ Q(off) Q(toggle) Q(intensity) +// for Switch class +Q(Switch) +Q(callback) + // for UART class Q(UART) Q(baudrate) |