Skip to content

Commit

Permalink
src/winusb: Add documentation for traps
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 7, 2017
1 parent dd0d660 commit 95c3761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,8 @@ pulse(){
fi
}; declare -fr pulse

## Traps: Functions that are triggered when certain condition occurred
## Shell Builtin Commands » Bourne Shell Builtins » trap
setup_traps(){
util_check_function_parameters_quantity 0 "${#}"

Expand Down

0 comments on commit 95c3761

Please sign in to comment.