mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
remove unnecessary headers - particular pico_stdlib.h which should not be included by libraries (#1250)
This commit is contained in:
parent
226374a364
commit
d30b97ab79
1 changed files with 0 additions and 2 deletions
|
|
@ -8,11 +8,9 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "pico/stdlib.h"
|
||||
#include "hardware/gpio.h"
|
||||
#include "hardware/pio.h"
|
||||
#include "hardware/clocks.h"
|
||||
#include "hardware/structs/iobank0.h"
|
||||
#include "hardware/sync.h"
|
||||
#include "hardware/dma.h"
|
||||
#include "cyw43_bus_pio_spi.pio.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue