Skip to content

Commit

Permalink
mark system policy func no discard
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Dec 5, 2024
1 parent ceb5763 commit 6eda9df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ class SystemPolicy {
-> errors::ErrorCode;
auto get_serial_number() -> std::array<char, SYSTEM_SERIAL_NUMBER_LENGTH>;
auto get_door_closed() -> bool;
auto last_reset_reason() const -> uint16_t;
[[nodiscard]] auto last_reset_reason() const -> uint16_t;
};

0 comments on commit 6eda9df

Please sign in to comment.