mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Add basic support for pulse count in the PWM interface
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4285 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -473,9 +473,8 @@ static void can_putcommon(uint32_t addr, uint32_t value)
|
||||
static void can_reset(FAR struct can_dev_s *dev)
|
||||
{
|
||||
FAR struct up_dev_s *priv = (FAR struct up_dev_s *)dev->cd_priv;
|
||||
uint32_t baud;
|
||||
int ret;
|
||||
irqstate_t flags;
|
||||
int ret;
|
||||
|
||||
canvdbg("CAN%d\n", priv->port);
|
||||
|
||||
|
||||
+430
-105
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user