mirror of https://github.com/ARMmbed/mbed-os.git
ncs36510: timer.h rename
This fixes an issue as Timer.h is mbed file, thus if this file gets included first, causes failures.pull/4566/head
parent
db71029eb7
commit
0f61af58a2
|
@ -40,7 +40,7 @@
|
|||
#include "uart_16c550.h"
|
||||
|
||||
#include "memory_map.h"
|
||||
#include "timer.h"
|
||||
#include "timer_ncs36510.h"
|
||||
|
||||
/* Other inclusions */
|
||||
#include "types.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include "timer.h"
|
||||
#include "timer_ncs36510.h"
|
||||
|
||||
#define US_TIMER TIMER0
|
||||
#define US_TICKER TIMER1
|
||||
|
|
Loading…
Reference in New Issue