Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spinn_front_end_common/interface/spinnaker.cfg.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ time_scale_factor = None
default_report_file_path = DEFAULT

# If enabled this option will extract the log information from the boards
# iobuf extraction can take a condsiderable time and uses disk space
# iobuf extraction can take a considerable time and uses disk space
extract_iobuf = False

# List the cores to extract iobuf from
Expand All @@ -40,7 +40,7 @@ extract_iobuf = False
# None extracts from only those of the requested binary_types
extract_iobuf_from_cores = ALL

# Comma seperated list of the apply files to extract iobuf for
# Comma separated list of the apply files to extract iobuf for
# include the .aplx but no directory needed
extract_iobuf_from_binary_types = None

Expand Down
Loading