diff options
| author | hathach <[email protected]> | 2020-09-12 08:48:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-09-12 08:48:49 +0700 |
| commit | 1804dba615653591a754c9221028c94a32e50495 (patch) | |
| tree | 74fda3c5b73480b508ba208dae18343d527eb837 /src/class | |
| parent | ce4a9b9c3ad15a8a714959c89c7a39ba67970cfd (diff) | |
typo
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/cdc/cdc_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_device.h b/src/class/cdc/cdc_device.h index 145381c42..3c679c48e 100644 --- a/src/class/cdc/cdc_device.h +++ b/src/class/cdc/cdc_device.h @@ -92,7 +92,7 @@ uint32_t tud_cdc_n_write (uint8_t itf, void const* buffer, uint32_t bu static inline uint32_t tud_cdc_n_write_char (uint8_t itf, char ch); -// Write a nul-terminated string +// Write a null-terminated string static inline uint32_t tud_cdc_n_write_str (uint8_t itf, char const* str); |
