INSAT Mini Project
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Fork of X_NUCLEO_6180XA1 by
Diff: x_nucleo_6180xa1.cpp
- Revision:
- 12:71d589e6fd2c
- Parent:
- 10:4954b09b72d8
- Child:
- 14:0effa0bbf192
--- a/x_nucleo_6180xa1.cpp Tue Oct 06 09:43:25 2015 +0200 +++ b/x_nucleo_6180xa1.cpp Tue Oct 13 14:22:45 2015 +0200 @@ -60,8 +60,8 @@ status=sensor_top->InitSensor(NEW_SENSOR_TOP_ADDRESS); if(status) { - delete[] sensor_top; - delete[] gpio0_top; + delete sensor_top; + delete gpio0_top; sensor_top=NULL; gpio0_top=NULL; }