Workaround for make test:all DEBUG=1
(#23047)
This commit is contained in:
parent
5233a62b20
commit
6890c1aeb8
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue