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