Fix for hack that worked around iOS app
Diff: Actuator_Waveforms.h
- Revision:
- 2:4f76784f8968
- Parent:
- 0:8c0ecbdd3449
- Child:
- 4:d3858592d3b5
diff -r 57b04a48e621 -r 4f76784f8968 Actuator_Waveforms.h --- a/Actuator_Waveforms.h Mon Feb 08 18:52:46 2016 +0000 +++ b/Actuator_Waveforms.h Thu Feb 25 00:19:46 2016 +0000 @@ -11,6 +11,8 @@ * Modified: Feb 15, 2011 - Updated for DRV2603EVM-CT RevC * ******************************************************************************/ +#ifndef ACTUATOR_WAVEAFORMS_H +#define ACTUATOR_WAVEAFORMS_H #include "Haptics.h" @@ -63,3 +65,6 @@ //--------------------------------------------------------// extern const Waveform lra_rampupdoubleclick; extern const Waveform lra_threeclicks; + + +#endif \ No newline at end of file