diff options
| author | sakumisu <[email protected]> | 2022-03-11 21:14:45 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-03-11 21:14:45 +0800 |
| commit | 4b68c74f5eb43cf6a9db3eefc2b396a7dd73972c (patch) | |
| tree | 3eb8fc79d76b8a0d8e85bbbc7a7dbf85b9dbef3d | |
| parent | 96765496b57840f23c4c42a20a1bd7c4de6f7f17 (diff) | |
fix no newline warning
| -rw-r--r-- | common/usb_mem.h | 2 | ||||
| -rw-r--r-- | core/usbd_core.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/usb_mem.h b/common/usb_mem.h index 9d9a111d..3806696c 100644 --- a/common/usb_mem.h +++ b/common/usb_mem.h @@ -87,4 +87,4 @@ static inline void usb_iofree(void *ptr) #define usb_iofree(ptr) usb_free(ptr) #endif -#endif
\ No newline at end of file +#endif diff --git a/core/usbd_core.c b/core/usbd_core.c index cc0564d7..1ca19802 100644 --- a/core/usbd_core.c +++ b/core/usbd_core.c @@ -1302,4 +1302,4 @@ int usbd_initialize(void) { usb_dc_init(); return 0; -}
\ No newline at end of file +} |
