Fix warning in sd_test.c (#81)

Fix `warning: implicit declaration of function 'set_sys_clock_48mhz'` that you get when compiling with SDK 2.0.0
This commit is contained in:
Andrew Scheller 2024-08-21 17:28:36 +01:00 committed by GitHub
parent 2267457e26
commit d17f0cb091
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@
#include "pico/stdlib.h"
#include "pico/sd_card.h"
#include "hardware/clocks.h"
static uint8_t sector_data[1024];