mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Only include mutex header if necessary (#991)
This commit is contained in:
parent
07e5caf341
commit
189d377be2
1 changed files with 3 additions and 1 deletions
|
|
@ -9,13 +9,15 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#include "pico.h"
|
||||
#include "pico/mutex.h"
|
||||
#if LIB_PICO_PRINTF_PICO
|
||||
#include "pico/printf.h"
|
||||
#endif
|
||||
#include "pico/stdio.h"
|
||||
#include "pico/stdio/driver.h"
|
||||
#include "pico/time.h"
|
||||
#if PICO_STDOUT_MUTEX
|
||||
#include "pico/mutex.h"
|
||||
#endif
|
||||
|
||||
#if LIB_PICO_STDIO_UART
|
||||
#include "pico/stdio_uart.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue