Skip to content

Commit 51def27

Browse files
committed
char database id
1 parent 8c883a3 commit 51def27

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

gfe_examples/Conways/partitioned_example_a_no_vis_no_buffer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ APP = conways_cell
2121
SOURCES = conways_cell.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24-
DATABASE_ID = 3
24+
DATABASE_ID = G
2525

2626
include $(SPINN_DIRS)/make/local.mk

gfe_examples/Conways/partitioned_example_b_no_vis_buffer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ APP = conways_cell
2121
SOURCES = conways_cell.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24-
DATABASE_ID = 3
24+
DATABASE_ID = G
2525

2626
include $(SPINN_DIRS)/make/local.mk

gfe_examples/hello_world/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ APP = hello_world
2121
SOURCES = hello_world.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24-
DATABASE_ID = 3
24+
DATABASE_ID = G
2525

2626
include $(SPINN_DIRS)/make/local.mk

gfe_examples/hello_world_untimed/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ APP = hello_world
2121
SOURCES = hello_world.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24-
DATABASE_ID = 3
24+
DATABASE_ID = G
2525

2626
include $(SPINN_DIRS)/make/local.mk

gfe_examples/live_io/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ APP = live_io
2121
SOURCES = live_io.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24-
DATABASE_ID = 3
24+
DATABASE_ID = G
2525

2626
include $(SPINN_DIRS)/make/local.mk

gfe_examples/sync_test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ APP = sync_test
2121
SOURCES = sync_test.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24-
DATABASE_ID = 3
24+
DATABASE_ID = G
2525

2626
include $(SPINN_DIRS)/make/local.mk

gfe_examples/template/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ APP = c_template_vertex
2424
SOURCES = c_template_vertex.c
2525

2626
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
27-
DATABASE_ID = 3
27+
DATABASE_ID = G
2828

2929
include $(SPINN_DIRS)/make/local.mk

gfe_integration_tests/sdram_edge_tests/common/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ APP = sdram
2121
SOURCES = sdram.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24-
DATABASE_ID = 3
24+
DATABASE_ID = G
2525

2626
include $(SPINN_DIRS)/make/local.mk

gfe_integration_tests/test_extra_monitor/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ APP = sdram_writer
2121
SOURCES = sdram_writer.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24-
DATABASE_ID = 3
24+
DATABASE_ID = G
2525

2626
include $(SPINN_DIRS)/make/local.mk

gfe_integration_tests/test_profile/test_profile.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ APP = test_profile
2121
SOURCES = test_profile.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24-
DATABASE_ID = 3
24+
DATABASE_ID = G
2525

2626
# The spinnaker_tools standard makefile
2727
include $(SPINN_DIRS)/make/local.mk

0 commit comments

Comments
 (0)