mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 20:34:36 +03:00
lesson 23, step 3
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef TIMER_H
|
||||
#define TIMER_H
|
||||
|
||||
#include "type.h"
|
||||
#include <stdint.h>
|
||||
|
||||
void init_timer(u32 freq);
|
||||
void init_timer(uint32_t freq);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user