diff --git a/targets/TARGET_TT/TARGET_TT_M3HQ/sleep.c b/targets/TARGET_TT/TARGET_TT_M3HQ/sleep.c index bd29fa576c..9e1d93c2b1 100644 --- a/targets/TARGET_TT/TARGET_TT_M3HQ/sleep.c +++ b/targets/TARGET_TT/TARGET_TT_M3HQ/sleep.c @@ -1,6 +1,6 @@ /* mbed Microcontroller Library - * (C)Copyright TOSHIBA ELECTRONIC DEVICES & STORAGE CORPORATION 2017 All rights reserved - * + * (C)Copyright TOSHIBA ELECTRONIC DEVICES & STORAGE CORPORATION 2018 All rights reserved + * SPDX-License-Identifier: Apache-2.0 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -52,7 +52,7 @@ void hal_deepsleep(void) tmp &= EXTERNEL_OSC_MASK; TSB_CG->OSCCR = tmp; TSB_CG_OSCCR_IHOSC2EN = DISABLE; //Stop IHOSC2 of OFD - // Wait for status of OFD until off 0 + // Wait for status of OFD until off ”0” while(TSB_CG_OSCCR_IHOSC2F); __DSB(); // Enter STOP1 mode __WFI();