mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
arch/arm/src/lpc17xx_40xx/lpc17_40_can.c: Don't assume debug macro expansion
This commit is contained in:
parent
065d310cf2
commit
44f88cd71a
1 changed files with 0 additions and 2 deletions
|
|
@ -552,9 +552,7 @@ static void lpc17can_reset(FAR struct can_dev_s *dev)
|
|||
|
||||
static int lpc17can_setup(FAR struct can_dev_s *dev)
|
||||
{
|
||||
#ifdef CONFIG_DEBUG_CAN_INFO
|
||||
FAR struct up_dev_s *priv = (FAR struct up_dev_s *)dev->cd_priv;
|
||||
#endif
|
||||
int ret;
|
||||
|
||||
caninfo("CAN%d\n", priv->port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue