Skip to content

Commit

Permalink
#374 bug fix of Dio_ToggleSync_Arch(channel)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanManuelCruz committed Jan 20, 2016
1 parent 0b1319b commit 6857052
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/hisio/inc/cortexM4/lpc43xx/lpc4337/Dio_Arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ extern void Dio_SetSync_Arch(IO_ChannelType channel, IO_ValueType value);
**/
extern IO_ValueType Dio_GetSync_Arch(IO_ChannelType channel);

/** \brief
**/
extern void Dio_ToggleSync_Arch(IO_ChannelType channel);

/*==================[cplusplus]==============================================*/
#ifdef __cplusplus
}
Expand Down
1 change: 1 addition & 0 deletions modules/hisio/src/cortexM4/lpc43xx/lpc4337/Dio_Arch.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,4 @@ extern void Dio_SetPortMaskedSync_Arch(IO_ChannelType channel, IO_ValueType valu
/** @} doxygen end group definition */
/** @} doxygen end group definition */
/*==================[end of file]============================================*/

0 comments on commit 6857052

Please sign in to comment.