Workaround for make test:all DEBUG=1 (#23047)

This commit is contained in:
Joel Challis
2024-02-16 09:54:09 +00:00
committed by GitHub
parent 5233a62b20
commit 6890c1aeb8

View File

@ -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"