blob: a96d51aea05f612a25d1939c489b6f3d97a3574d [file] [log] [blame]
Chris Kay5e3449f2022-11-15 11:59:01 +00001#
2# Copyright (c) 2022 Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7trap {
8 puts "<<received SIGINT, exiting>>"
9 exit_uart 0
10} SIGINT