Corrected header file include guards.

Dependencies:   FiniteStateMachine HipControl Knee LinearBlend1 LocalFileSystem_Read dataComm hapticFeedback initExoVars mbed Blend_Generator Brad_poly_gait Gait_Generator MM_gait Encoders IMUdriver

Fork of Motion Control by HEL's Angels

Committer:
nathanhonka
Date:
Thu Jul 02 21:42:11 2015 +0000
Revision:
54:9d0e871dd00a
Parent:
53:c631ea11447b
Corrected header file include guards.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
perr1940 0:d38d627c922f 1 #ifndef EXOCOMM_H
perr1940 0:d38d627c922f 2 #define EXOCOMM_H
perr1940 0:d38d627c922f 3
perr1940 0:d38d627c922f 4 #include "mbed.h"
perr1940 0:d38d627c922f 5
nathanhonka 53:c631ea11447b 6 extern short *sendData(short dataOut[], int length, short dataIn[]);
perr1940 0:d38d627c922f 7
nathanhonka 53:c631ea11447b 8 #endif