Skip to content

Commit

Permalink
Use new command-line arguments for ubx_tocarr
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamish Guthrie authored and kmarkus committed Nov 29, 2019
1 parent c667e01 commit 3908c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ubx_genblock
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ $(bm.name)_la_CPPFLAGS = -I${top_srcdir}/libubx @UBX_CFLAGS@
$(bm.name)_la_CFLAGS = -I${top_srcdir}/libubx @UBX_CFLAGS@
@ end
%.h.hexarr: %.h
ubx_tocarr $<
ubx_tocarr -s $< -d $<.hexarr -a $(basename $(notdir $<))$(subst .,_,$(suffix $<))
]], { bm=bm, gen_built_sources=gen_built_sources, table=table })

Expand Down

0 comments on commit 3908c1c

Please sign in to comment.