flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / tools / checkpatch.sh
1 #!/bin/sh
2 #
3
4 since=${1:-HEAD^}
5 git format-patch -M --stdout $since | tools/scripts/checkpatch.pl - --no-tree