Fork of X_NUCLEO_COMMON lib adding 16-bit SPI support

Fork of X_NUCLEO_COMMON by ST

Files at this revision

API Documentation at this revision

Comitter:
apalmieri
Date:
Tue Feb 16 10:01:10 2016 +0000
Parent:
14:655c1d3a5d59
Commit message:
Delete useless row

Changed in this revision

DevSPI/DevSPI.h Show annotated file Show diff for this revision Revisions of this file
diff -r 655c1d3a5d59 -r 923ab55e8d5d DevSPI/DevSPI.h
--- a/DevSPI/DevSPI.h	Tue Feb 16 09:50:42 2016 +0000
+++ b/DevSPI/DevSPI.h	Tue Feb 16 10:01:10 2016 +0000
@@ -42,7 +42,7 @@
 
 /* Includes ------------------------------------------------------------------*/
 #include "mbed.h"
-extern DigitalOut led;
+
 /* Classes -------------------------------------------------------------------*/
 /** Helper class DevSPI providing functions for SPI communication common for a
  *  series of SPI devices.