Skip to content
Snippets Groups Projects
Commit a24f618d authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Fixed missing initialization

parent ee99f19d
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ alarm_t::alarm_t()
{
grp=0;
counter=0;
stat = S_NORMAL;
ack = ACK;
}
bool alarm_t::operator==(const alarm_t &that)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment