Skip to content

Commit

Permalink
Add dcc/Defs.cxx to arduino/libify.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
atanisoft authored Oct 23, 2024
1 parent 5ad34b1 commit c0ace0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino/libify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ copy_file src arduino/CDIXMLGenerator.hxx \
include/freertos_select/ifaddrs.h

# General DCC related files (all headers and DCC packet related cxx)
copy_file src/dcc src/dcc/*.hxx src/dcc/*.h src/dcc/{dcc_constants,DccDebug,LocalTrackIf,Packet}.cxx
copy_file src/dcc src/dcc/*.hxx src/dcc/*.h src/dcc/{Defs,dcc_constants,DccDebug,LocalTrackIf,Packet}.cxx

# RailCom related DCC files
copy_file src/dcc src/dcc/{RailCom,RailcomBroadcastDecoder,RailcomDebug}.cxx
Expand Down

0 comments on commit c0ace0f

Please sign in to comment.