Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of AdiSense1000 by
Diff: src/mbed/adi_sense_spi.cpp
- Revision:
- 28:4eb837cd71df
- Parent:
- 26:12d0204be712
- Child:
- 31:de49744b57a6
--- a/src/mbed/adi_sense_spi.cpp Mon Mar 26 14:50:05 2018 +0000
+++ b/src/mbed/adi_sense_spi.cpp Thu May 17 10:34:45 2018 +0100
@@ -1,10 +1,3 @@
-/*!
- ******************************************************************************
- * @file: adi_sense_spi.cpp
- * @brief: ADISENSE OS-dependent wrapper layer for SPI interface
- *-----------------------------------------------------------------------------
- */
-
/******************************************************************************
Copyright 2017 (c) Analog Devices, Inc.
@@ -41,6 +34,13 @@
*
*****************************************************************************/
+/*!
+ ******************************************************************************
+ * @file:
+ * @brief: ADISENSE OS-dependent wrapper layer for SPI interface
+ *-----------------------------------------------------------------------------
+ */
+
#include <mbed.h>
#include "inc/adi_sense_spi.h"
@@ -132,7 +132,7 @@
{
_cs = 1;
return rc;
- }
+ }
rc = _waitForCallback();
if ((rc < 0) || !bCsHold)
@@ -207,4 +207,3 @@
/*!
* @}
*/
-
