blob: 46302570f1a779d67d6236565f27cb72520c8ab9 [file] [log] [blame]
echo "Failure"
while true; do
# Turn off red LED
mw 0x90470000 0x0800c000
timeout -s -c 1 || exit 1
# Turn on red LED
mw 0x90470000 0x0800e000
timeout -s -c 1 || exit 1
done