Rename timer_driver() to _sys_clock_driver_init()
The revised name conforms to Zephyr OS naming conventions. Change-Id: I5bcdaf1df7da9d8ce5787a08b29ead91dd8f24ce Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
136bef3c5d
commit
1bafa75ef1
11 changed files with 11 additions and 11 deletions
|
@ -163,7 +163,7 @@ void _timer_int_handler(void *unused)
|
|||
* @return N/A
|
||||
*/
|
||||
|
||||
void timer_driver(void)
|
||||
void _sys_clock_driver_init(void)
|
||||
{
|
||||
int irq = CONFIG_ARCV2_TIMER0_INT_LVL;
|
||||
int prio = CONFIG_ARCV2_TIMER0_INT_PRI;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue