git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1405 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
74328c0fc0
commit
abfc472a5c
|
@ -156,12 +156,12 @@ struct context {
|
||||||
/**
|
/**
|
||||||
* Does nothing in this simulator.
|
* Does nothing in this simulator.
|
||||||
*/
|
*/
|
||||||
#define port_lock()
|
#define port_lock() asm volatile("nop")
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Does nothing in this simulator.
|
* Does nothing in this simulator.
|
||||||
*/
|
*/
|
||||||
#define port_unlock()
|
#define port_unlock() asm volatile("nop")
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Does nothing in this simulator.
|
* Does nothing in this simulator.
|
||||||
|
|
Loading…
Reference in New Issue