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

pull/23092/head
Joel Challis 2024-02-16 09:54:09 +00:00 committed by GitHub
parent 5233a62b20
commit 6890c1aeb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

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"