Skip to content

Commit

Permalink
curie: add back missing return
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jun 16, 2017
1 parent 2307162 commit 71adcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/intel-iot/curie/imu_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func (imu *IMUDriver) handleEvent(data []byte) (err error) {
}
}
}

return
}

func parseAccelerometerData(data []byte) (*AccelerometerData, error) {
Expand Down

0 comments on commit 71adcc3

Please sign in to comment.