From 0a94cb22539118b80552edd6eb4352ba8fb852b6 Mon Sep 17 00:00:00 2001 From: Andrew Rowley Date: Tue, 22 Oct 2024 07:53:37 +0100 Subject: [PATCH] Add pause code --- spinnman/model/enums/sdp_running_message_codes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spinnman/model/enums/sdp_running_message_codes.py b/spinnman/model/enums/sdp_running_message_codes.py index 8e16abe92..34488215e 100644 --- a/spinnman/model/enums/sdp_running_message_codes.py +++ b/spinnman/model/enums/sdp_running_message_codes.py @@ -24,3 +24,4 @@ class SDP_RUNNING_MESSAGE_CODES(Enum): SDP_NEW_RUNTIME_ID_CODE = 7 SDP_UPDATE_PROVENCE_REGION_AND_EXIT = 8 SDP_CLEAR_IOBUF_CODE = 9 + SDP_PAUSE_ID_CODE = 10