Skip to content

Commit 21a3dce

Browse files
committed
SD: rename ISR to compile with Teensyduino 1.46
Check impact on SD recording!
1 parent a07df89 commit 21a3dce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SdFat_Gre_SdCard/SdioTeensy.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ inline bool setSdErrorCode(uint8_t code, uint32_t line) {
201201
}
202202
//=============================================================================
203203
// ISR
204-
void sdhc_isr() {
204+
//void sdhc_isr() {
205+
void gre_sdhc_isr() {
205206
SDHC_IRQSIGEN = 0;
206207
m_irqstat = SDHC_IRQSTAT;
207208
SDHC_IRQSTAT = m_irqstat;

0 commit comments

Comments
 (0)