mirror of https://github.com/ARMmbed/mbed-os.git
Improve the documenting comment in a config adjustment script
parent
9c6a85a6e9
commit
8c9a967ef2
|
@ -2,14 +2,14 @@
|
|||
#
|
||||
# This file is part of mbed TLS (https://tls.mbed.org)
|
||||
#
|
||||
# Copyright (c) 2015-2018, ARM Limited, All Rights Reserved
|
||||
# Copyright (c) 2018, ARM Limited, All Rights Reserved
|
||||
#
|
||||
# Purpose
|
||||
#
|
||||
# Comments and uncomments #define lines in the given configuration header file
|
||||
# to configure the file for use in mbed OS.
|
||||
#
|
||||
# Usage: adjust-config.sh [path to config script] [path to no-entropy config file]
|
||||
# Usage: adjust-no-entropy-config.sh [path to config script] [path to no-entropy config file]
|
||||
#
|
||||
set -eu
|
||||
|
||||
|
|
Loading…
Reference in New Issue