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
Martin Kojtal 2017-06-15 12:15:00 +01:00
parent db71029eb7
commit 0f61af58a2
3 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
#include "uart_16c550.h"
#include "memory_map.h"
#include "timer.h"
#include "timer_ncs36510.h"
/* Other inclusions */
#include "types.h"

View File

@ -28,7 +28,7 @@
*/
#include <stddef.h>
#include "timer.h"
#include "timer_ncs36510.h"
#define US_TIMER TIMER0
#define US_TICKER TIMER1