removed X-NUCLEO-COMMON and ST-INTERFACES

Dependents:   unh-hackathon-example unh-hackathon-example-raw

Fork of X_NUCLEO_IKS01A1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Wolfgang Betz
Date:
Mon Aug 17 08:41:46 2015 +0200
Parent:
64:d99148a36403
Child:
78:d6f1f7054b91
Commit message:
Backup commit

Changed in this revision

Components/Interfaces/PressureSensor.h Show annotated file Show diff for this revision Revisions of this file
--- a/Components/Interfaces/PressureSensor.h	Wed Jun 17 15:04:13 2015 +0200
+++ b/Components/Interfaces/PressureSensor.h	Mon Aug 17 08:41:46 2015 +0200
@@ -46,7 +46,7 @@
 /* Classes  ------------------------------------------------------------------*/
 /** An abstract class for a Pressure Sensor
  */
-class PressureSensor
+class PressureSensor : public GenericSensor
 {
  public:
 	/**