mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-03-14 13:21:06 +00:00
compile failure with PICO_STDOUT_MUTEX=0
This commit is contained in:
parent
529d7087eb
commit
f4ab723eb5
@ -53,10 +53,10 @@ void stdout_serialize_end(void) {
|
||||
}
|
||||
|
||||
#else
|
||||
static bool print_serialize_begin(void) {
|
||||
static bool stdout_serialize_begin(void) {
|
||||
return true;
|
||||
}
|
||||
static void print_serialize_end(void) {
|
||||
static void stdout_serialize_end(void) {
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user