Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
9290bdde588c9c4f0db3cfc3f1e690683c281335
/
.
/
tools
/
check_all_board_headers.sh
blob: bdbe3f773187350034d5152c6373d9110956af15 [
file
] [
log
] [
blame
]
#!/bin/bash
for
HEADER
in
src
/
boards
/
include
/
boards
/*.
h
;
do
tools
/
check_board_header
.
py $HEADER
if
[[
$
?
-
ne
0
]];
then
break
fi
done