git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1405 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-12-08 21:43:12 +00:00
parent 74328c0fc0
commit abfc472a5c
1 changed files with 2 additions and 2 deletions

View File

@ -156,12 +156,12 @@ struct context {
/**
* Does nothing in this simulator.
*/
#define port_lock()
#define port_lock() asm volatile("nop")
/**
* Does nothing in this simulator.
*/
#define port_unlock()
#define port_unlock() asm volatile("nop")
/**
* Does nothing in this simulator.