Skip to content

Commit 544cfaf

Browse files
committed
Updating eeprom.h on Windows, too.
1 parent 867dee8 commit 544cfaf

File tree

2 files changed

+446
-0
lines changed

2 files changed

+446
-0
lines changed

build/build.xml

+4
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,10 @@
406406
<!-- Unzip AVR tools -->
407407
<unzip dest="windows/work/hardware" src="windows/avr_tools.zip" overwrite="false"/>
408408

409+
<copy todir="windows/work/hardware/tools/avr/avr/include/avr">
410+
<fileset file="windows/eeprom.h" />
411+
</copy>
412+
409413
<antcall target="assemble">
410414
<param name="target.path" value="windows/work" />
411415
</antcall>

0 commit comments

Comments
 (0)