Skip to content

Commit d421a16

Browse files
ThunderSoft123panyz0725@thundersoft.com
authored andcommitted
Update sleep.c
1 parent d883eb8 commit d421a16

File tree

1 file changed

+3
-3
lines changed
  • targets/TARGET_TT/TARGET_TT_M3HQ

1 file changed

+3
-3
lines changed

targets/TARGET_TT/TARGET_TT_M3HQ/sleep.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* 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
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
@@ -52,7 +52,7 @@ void hal_deepsleep(void)
5252
tmp &= EXTERNEL_OSC_MASK;
5353
TSB_CG->OSCCR = tmp;
5454
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”
5656
while(TSB_CG_OSCCR_IHOSC2F);
5757
__DSB(); // Enter STOP1 mode
5858
__WFI();

0 commit comments

Comments
 (0)