Merge pull request #9280 from deepikabhavnani/refactor_a

Sleep manager implements all the API's in platform file
pull/9415/head
Martin Kojtal 2019-01-17 12:40:03 +01:00 committed by GitHub
commit a1daecb200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -15,18 +15,18 @@
* limitations under the License. * limitations under the License.
*/ */
#include "platform/mbed_assert.h" #include "mbed_power_mgmt.h"
#include "platform/mbed_power_mgmt.h" #include "mbed_interface.h"
#include "platform/mbed_critical.h" #include "mbed_critical.h"
#include "sleep_api.h" #include "mbed_assert.h"
#include "platform/mbed_error.h" #include "mbed_error.h"
#include "platform/mbed_stats.h" #include "mbed_stats.h"
#include "us_ticker_api.h"
#include "lp_ticker_api.h" #include "hal/us_ticker_api.h"
#include "hal/lp_ticker_api.h"
#include <limits.h> #include <limits.h>
#include <stdio.h> #include <stdio.h>
#include "platform/mbed_stats.h"
#include "platform/mbed_interface.h"
#if DEVICE_SLEEP #if DEVICE_SLEEP