From 84ecfba44c0ddbb9cfb49aaacc03288156bcc11c Mon Sep 17 00:00:00 2001 From: Andrew Rowley Date: Tue, 5 Nov 2024 13:13:31 +0000 Subject: [PATCH] Add message id --- 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 34488215..5ec06476 100644 --- a/spinnman/model/enums/sdp_running_message_codes.py +++ b/spinnman/model/enums/sdp_running_message_codes.py @@ -25,3 +25,4 @@ class SDP_RUNNING_MESSAGE_CODES(Enum): SDP_UPDATE_PROVENCE_REGION_AND_EXIT = 8 SDP_CLEAR_IOBUF_CODE = 9 SDP_PAUSE_ID_CODE = 10 + SDP_GET_CURRENT_TIME_CODE = 11