15 lines
163 B
C
15 lines
163 B
C
|
/*
|
||
|
* cpu.h
|
||
|
*
|
||
|
* Created on: Nov 3, 2013
|
||
|
* Author: tkl
|
||
|
*/
|
||
|
|
||
|
#ifndef CPU_H_
|
||
|
#define CPU_H_
|
||
|
|
||
|
#define disable_irq()
|
||
|
#define enable_irq()
|
||
|
|
||
|
#endif /* CPU_H_ */
|