Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
41b4d3adb41dc161b6027240a1eb88e452ece0d9
/
.
/
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