diff options
Diffstat (limited to 'stmhal/qstrdefsport.h')
-rw-r--r-- | stmhal/qstrdefsport.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h index b5b4a4e4a0..f1f84999f5 100644 --- a/stmhal/qstrdefsport.h +++ b/stmhal/qstrdefsport.h @@ -71,6 +71,12 @@ Q(millis) Q(seek) Q(tell) +// for USB VCP class +Q(USB_VCP) +Q(send) +Q(recv) +Q(timeout) + // for RTC class Q(RTC) Q(info) |