compile failure with PICO_STDOUT_MUTEX=0
This commit is contained in:
		
				
					committed by
					
						
						Luke Wren
					
				
			
			
				
	
			
			
			
						parent
						
							529d7087eb
						
					
				
				
					commit
					f4ab723eb5
				
			@ -53,10 +53,10 @@ void stdout_serialize_end(void) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
static bool print_serialize_begin(void) {
 | 
					static bool stdout_serialize_begin(void) {
 | 
				
			||||||
    return true;
 | 
					    return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
static void print_serialize_end(void) {
 | 
					static void stdout_serialize_end(void) {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user