Skip to content

Commit 0f61af5

Browse files
committed
ncs36510: timer.h rename
This fixes an issue as Timer.h is mbed file, thus if this file gets included first, causes failures.
1 parent db71029 commit 0f61af5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

targets/TARGET_ONSEMI/TARGET_NCS36510/exceptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include "uart_16c550.h"
4141

4242
#include "memory_map.h"
43-
#include "timer.h"
43+
#include "timer_ncs36510.h"
4444

4545
/* Other inclusions */
4646
#include "types.h"

targets/TARGET_ONSEMI/TARGET_NCS36510/ncs36510_us_ticker_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929

3030
#include <stddef.h>
31-
#include "timer.h"
31+
#include "timer_ncs36510.h"
3232

3333
#define US_TIMER TIMER0
3434
#define US_TICKER TIMER1

0 commit comments

Comments
 (0)