Skip to content

Commit

Permalink
compile fix - missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalPhreak committed Apr 24, 2015
1 parent 679cae5 commit 839127d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver/mcp23s17.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ uint16 set_value = bitmask & value;

mcp23s17_REG_SET(ctrl_reg, port, current_value|set_value);

}

////////////////////////////////////////////////////////////////////////////////

/*///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 839127d

Please sign in to comment.