Skip to content

Commit

Permalink
bugfix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsandmann committed Jun 2, 2022
1 parent 3ea23cb commit 19a8043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ platform = ${mcu.platform}
board_build.f_cpu = ${mcu.board_build.f_cpu}
board_upload.maximum_size = 0 ; ignored for test configurations
build_unflags = ${mcu.build_unflags}
build_flags = ${mcu.build_flags} -Werror -Wno-error=conversion -DIN_TEST_RUN -Wl,--section-start=.bootloader=0xF800
build_flags = ${mcu.build_flags} -Werror -Wno-error=conversion -DIN_TEST_RUN -Wl,--section-start=.bootloader=0x1F800

upload_protocol = ${mcu.upload_protocol}
upload_flags = ${mcu.upload_flags}
Expand Down

0 comments on commit 19a8043

Please sign in to comment.