debug
This commit is contained in:
parent
3bbf207099
commit
6f1f03dc63
|
@ -30,8 +30,8 @@ ifeq ($(BORG_HW),HW_PANEL_ONE)
|
|||
SRC = borg_hw_panel_one.c
|
||||
endif
|
||||
|
||||
ifeq ($(BORG_HW),HW_PD1165_TEST)
|
||||
SRC = borg_hw_pd1165_test.c
|
||||
ifeq ($(BORG_HW),HW_PD1165)
|
||||
SRC = borg_hw_pd1165.c
|
||||
endif
|
||||
|
||||
ifeq ($(SRC),'')
|
||||
|
|
|
@ -15,7 +15,7 @@ choice 'Hardware Driver' \
|
|||
Laufschrift-borg-mh HW_BORG_MH \
|
||||
Borg-mini HW_BORG_MINI \
|
||||
Panel-One HW_PANEL_ONE \
|
||||
PD1165-test HW_PD1165" \
|
||||
4xPD1165 HW_PD1165" \
|
||||
'Borg-16' BORG_HW
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue