Corrected build error
Corrected build error in rx65n_sbram_open()
This commit is contained in:
parent
e6af32c88f
commit
0a673d759d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue