Skip to content

Commit

Permalink
1:0:2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmoudramadan committed Jun 1, 2022
1 parent 2c820f8 commit 7b0409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCAL/MI2C/MI2C_Program.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void MI2C_VidConfguration(MI2C_Confg *PI2C_Confg,uint8 copy_uint8Mode,uint16 cop
if(copy_uint8Mode==MI2C_SLAVE)
{
PI2C_Confg->MI2C_Ack=ENABLE;
PI2C_Confg->MI2C_Interrupts=ENABLE;
PI2C_Confg->MI2C_Interrupts.MI2C_EventState=ENABLE;
}
else if(copy_uint8Mode==MI2C_MASTER)
{
Expand Down

0 comments on commit 7b0409c

Please sign in to comment.