Skip to content

Commit

Permalink
Get rid of LPC file name
Browse files Browse the repository at this point in the history
  • Loading branch information
gloomyandy committed Sep 17, 2020
1 parent b64979e commit 6c8b96c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Linux/DataTransfer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,9 @@ extern "C" void SBC_SPI_HANDLER() noexcept

#else
#if defined(__LPC17xx__)
# include "LPC/Linux/DataTransfer_LPC.hpp"
# include "LPC/Linux/DataTransfer.hpp"
#elif defined(STM32F4)
# include "STM32/Linux/DataTransfer_LPC.hpp"
# include "STM32/Linux/DataTransfer.hpp"
#endif
#endif
/*-----------------------------------------------------------------------------------*/
Expand Down

0 comments on commit 6c8b96c

Please sign in to comment.