mirror of
https://github.com/apache/nuttx.git
synced 2026-09-25 09:15:09 +08:00
Corrected build error
Corrected build error in rx65n_sbram_open()
This commit is contained in:
@@ -244,8 +244,7 @@ static uint32_t rx65n_sbram_crc(FAR struct sbramfh_s *pf)
|
||||
|
||||
static int rx65n_sbram_open(FAR struct file *filep)
|
||||
{
|
||||
FAR struct inode *inode = fil
|
||||
ep->f_inode;
|
||||
FAR struct inode *inode = filep->f_inode;
|
||||
FAR struct rx65n_sbram_s *bbr;
|
||||
|
||||
DEBUGASSERT(inode && inode->i_private);
|
||||
|
||||
Reference in New Issue
Block a user