Skip to content

Commit

Permalink
fix(Examples): Bug fix for MAX32670 SPI example (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Scheiffler authored Sep 25, 2023
1 parent c062412 commit a100fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/MAX32670/SPI/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ int main(void)
#endif

#if MASTERASYNC
MXC_NVIC_SetVector(SPI_IRQ, SPI_IRQHandler);
NVIC_EnableIRQ(SPI_IRQ);
MXC_SPI_MasterTransactionAsync(&req);

Expand Down

0 comments on commit a100fea

Please sign in to comment.