Skip to content

Commit c53d2f1

Browse files
committed
Addressed comments
1 parent 3425b8e commit c53d2f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/TESTS/host_tests/softap_basic.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
mbed SDK
3-
Copyright (c) 2011-2019 ARM Limited
2+
Copyright (c) 2011-2020 ARM Limited
3+
SPDX-License-Identifier: Apache-2.0
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
2626
class SoftAPBasicHostTests(BaseHostTest):
2727
""" Basic SoftAP test with host as STA
2828
29-
[Following configuration is reqired before test]
29+
[Following configuration is required before test]
3030
1. Identify and update the host wifi device name self.wifi_dev
3131
2. Add user as sudoer without password to allow script to run sudo command. Restrict the sudo command pattern to enhance security
3232
### sudoer config begin ###

0 commit comments

Comments
 (0)