Revert accidental change

Fix windows build
pull/228/head
Alex Voinea 2022-10-20 12:27:15 +02:00 committed by DRracer
parent 44454fd8d9
commit c2601d9a34
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ if(CMAKE_CROSSCOMPILING)
add_custom_command(
TARGET firmware
POST_BUILD
COMMAND avr-size ARGS -C --mcu=atmega32u4 firmware
COMMAND ${CMAKE_SIZE_UTIL} -C --mcu=atmega32u4 firmware
)
report_size(firmware)