mirror of
https://github.com/hathach/tinyusb.git
synced 2025-12-01 12:24:17 +00:00
fix trailing space and new line
temporarily disable codespell
This commit is contained in:
@ -124,4 +124,4 @@ def build_size(make_cmd):
|
||||
sram_size = int(size_list[1]) + int(size_list[2])
|
||||
return (flash_size, sram_size)
|
||||
|
||||
return (0, 0)
|
||||
return (0, 0)
|
||||
|
||||
Reference in New Issue
Block a user