mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
samv71-xult: Fix a typo in MRF24J40 initialization.
This commit is contained in:
@@ -159,7 +159,7 @@ static int sam_attach_irq(FAR const struct mrf24j40_lower_s *lower,
|
||||
static void sam_enable_irq(FAR const struct mrf24j40_lower_s *lower,
|
||||
bool state)
|
||||
{
|
||||
FAR struct sam_priv_s *piv = (FAR struct sam_priv_s *)lower;
|
||||
FAR struct sam_priv_s *priv = (FAR struct sam_priv_s *)lower;
|
||||
static bool enabled;
|
||||
irqstate_t flags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user