fix no newline warning

This commit is contained in:
sakumisu
2022-03-11 21:14:45 +08:00
parent 96765496b5
commit 4b68c74f5e
2 changed files with 2 additions and 2 deletions

View File

@@ -87,4 +87,4 @@ static inline void usb_iofree(void *ptr)
#define usb_iofree(ptr) usb_free(ptr)
#endif
#endif
#endif

View File

@@ -1302,4 +1302,4 @@ int usbd_initialize(void)
{
usb_dc_init();
return 0;
}
}