mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-13 12:41:59 +01:00
compile failure with PICO_STDOUT_MUTEX=0
This commit is contained in:
parent
529d7087eb
commit
f4ab723eb5
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue