Skip to content

Commit a1a9051

Browse files
author
Deepika
committed
Update the header files
File was moved from hal -> platform folder, hence includes should be changed accordingly.
1 parent e2a7b89 commit a1a9051

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

platform/mbed_sleep_manager.c

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
* limitations under the License.
1616
*/
1717

18-
#include "platform/mbed_assert.h"
19-
#include "platform/mbed_power_mgmt.h"
20-
#include "platform/mbed_critical.h"
21-
#include "sleep_api.h"
22-
#include "platform/mbed_error.h"
23-
#include "platform/mbed_stats.h"
24-
#include "us_ticker_api.h"
25-
#include "lp_ticker_api.h"
18+
#include "mbed_power_mgmt.h"
19+
#include "mbed_interface.h"
20+
#include "mbed_critical.h"
21+
#include "mbed_assert.h"
22+
#include "mbed_error.h"
23+
#include "mbed_stats.h"
24+
25+
#include "hal/us_ticker_api.h"
26+
#include "hal/lp_ticker_api.h"
27+
2628
#include <limits.h>
2729
#include <stdio.h>
28-
#include "platform/mbed_stats.h"
29-
#include "platform/mbed_interface.h"
3030

3131
#if DEVICE_SLEEP
3232

0 commit comments

Comments
 (0)