kopia lustrzana https://github.com/raspberrypi/pico-extras
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.0pull/65/merge
rodzic
2267457e26
commit
d17f0cb091
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include "pico/stdlib.h"
|
||||
#include "pico/sd_card.h"
|
||||
#include "hardware/clocks.h"
|
||||
|
||||
static uint8_t sector_data[1024];
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue