Workaround for `make test:all DEBUG=1` (#23047)
1 files changed, 4 insertions(+), 0 deletions(-) M quantum/logging/debug.h
M quantum/logging/debug.h => quantum/logging/debug.h +4 -0
@@ 17,6 17,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once +#ifndef PROTOCOL_ARM_ATSAM +# include <stdio.h> +#endif + #include <stdbool.h> #include "print.h"