Skip to content

Commit

Permalink
fix name of pico_fatfs_init_spi()
Browse files Browse the repository at this point in the history
  • Loading branch information
elehobica committed Mar 2, 2024
1 parent bfaa51d commit 3695b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static void _error_blink(int count)
// uncomment below with edit if non-default GPIO attributes are needed
/*
extern "C" {
void init_spi(void)
void pico_fatfs_init_spi(void)
{
}
}
Expand Down

0 comments on commit 3695b2a

Please sign in to comment.