Fixes for Z80 compile

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2240 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-11-07 00:03:22 +00:00
parent cb89120bd4
commit 19fb20b3ef
4 changed files with 60 additions and 5 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ struct uart_ops_s
* the return 'status'.
*/
CODE int (*receive)(FAR struct uart_dev_s *dev, unsigned int *status);
CODE int (*receive)(FAR struct uart_dev_s *dev, FAR unsigned int *status);
/* Call to enable or disable RX interrupts */