Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SD: rename ISR to compile with Teensyduino 1.46
Check impact on SD recording!
  • Loading branch information
chipaudette committed Jul 27, 2019
1 parent a07df89 commit 21a3dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SdFat_Gre_SdCard/SdioTeensy.cpp
Expand Up @@ -201,7 +201,8 @@ inline bool setSdErrorCode(uint8_t code, uint32_t line) {
}
//=============================================================================
// ISR
void sdhc_isr() {
//void sdhc_isr() {
void gre_sdhc_isr() {
SDHC_IRQSIGEN = 0;
m_irqstat = SDHC_IRQSTAT;
SDHC_IRQSTAT = m_irqstat;
Expand Down

0 comments on commit 21a3dce

Please sign in to comment.