mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user