Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
Defined ERR_NOTIFY_NONE
  • Loading branch information
sivamukka committed Dec 12, 2019
1 parent e17aab1 commit 4217469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/errorlistener.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
// Error notifications of interest to the error listener
typedef enum _error_notify_flags_t
{
ERR_NOTIFY_FAIL = 1,
ERR_NOTIFY_NONE,
ERR_NOTIFY_FAIL,
ERR_NOTIFY_POSITIVE_ACK
} error_notify_flags_t;

Expand Down

0 comments on commit 4217469

Please sign in to comment.