File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
targets/TARGET_TT/TARGET_TT_M3HQ Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
- * (C)Copyright TOSHIBA ELECTRONIC DEVICES & STORAGE CORPORATION 2017 All rights reserved
3
- *
2
+ * (C)Copyright TOSHIBA ELECTRONIC DEVICES & STORAGE CORPORATION 2018 All rights reserved
3
+ * SPDX-License-Identifier: Apache-2.0
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
@@ -52,7 +52,7 @@ void hal_deepsleep(void)
52
52
tmp &= EXTERNEL_OSC_MASK ;
53
53
TSB_CG -> OSCCR = tmp ;
54
54
TSB_CG_OSCCR_IHOSC2EN = DISABLE ; //Stop IHOSC2 of OFD
55
- // Wait for status of OFD until off ”0”
55
+ // Wait for status of OFD until off ”0”
56
56
while (TSB_CG_OSCCR_IHOSC2F );
57
57
__DSB (); // Enter STOP1 mode
58
58
__WFI ();
You can’t perform that action at this time.
0 commit comments