CRYO: Rename create_led_dat to create_cryo_dat

This commit is contained in:
Filippos Karapetis 2017-02-10 02:50:55 +02:00
parent 4858b3fc58
commit 1db02c7bd8
2 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
MODULE := devtools/create_cryo
MODULE_OBJS := \
create_led_dat.o
create_cryo_dat.o
# Set the name of the executable
TOOL_EXECUTABLE := create_led_dat
TOOL_EXECUTABLE := create_cryo_dat
# Include common rules
include $(srcdir)/rules.mk