Remove ucore_ prefix from headers and source files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef IO_MUX_H_
|
||||
#define IO_MUX_H_
|
||||
|
||||
#include "ucore_timers.h"
|
||||
#include "timers.h"
|
||||
|
||||
#define MUX_EV_READ (1U << 0x00)
|
||||
#define MUX_EV_WRITE (1U << 0x01)
|
||||
|
||||
Reference in New Issue
Block a user