ncs36510: fix sleep header private file

This private header should have unique name, that does not collide with
generic names like sleep.h
pull/3664/head
0xc0170 2017-01-31 11:58:56 +00:00
parent 450701f211
commit 86d136074c
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,8 @@
*/
#if DEVICE_SLEEP
#include "sleep.h"
#include "fncs36510_sleep.h"
#include "sleep_api.h"
#include "cmsis_nvic.h"
@ -47,4 +48,4 @@ void deepsleep()
fncs36510_deepsleep();
}
#endif /* DEVICE_SLEEP */
#endif /* DEVICE_SLEEP */