Skip to content
Snippets Groups Projects
Commit dbdba5f8 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Fix typo

parent d0b66b38
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ifndef NETWORK_MODE ...@@ -18,7 +18,7 @@ ifndef NETWORK_MODE
$(error NETWORK_MODE must specify the network to attach to, e.g., make NETWORK_MODE=tangonet-powersupply ...) $(error NETWORK_MODE must specify the network to attach to, e.g., make NETWORK_MODE=tangonet-powersupply ...)
endif endif
ifndef TANGO_HOST ifndef TANGO_HOST
$(error TANGO_HOST must specify the Tango database device, e.g., make TANGO_HOST=powersupply-databaseds:100000 ...) $(error TANGO_HOST must specify the Tango database device, e.g., make TANGO_HOST=powersupply-databaseds:10000 ...)
endif endif
endif endif
ifdef SERVICE_TARGET ifdef SERVICE_TARGET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment