- file name rename (according to the ROS C++ Coding Style)

This commit is contained in:
ROBOTIS-zerom
2016-06-03 19:54:29 +09:00
parent 7ad51f94ea
commit bd9bf5dcb2
24 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
/*
* RobotisDef.h
*
* Created on: 2016. 1. 27.
* Author: zerom
*/
#ifndef ROBOTIS_FRAMEWORK_DYNAMIXEL_SDK_INCLUDE_DYNAMIXEL_SDK_ROBOTISDEF_H_
#define ROBOTIS_FRAMEWORK_DYNAMIXEL_SDK_INCLUDE_DYNAMIXEL_SDK_ROBOTISDEF_H_
typedef char INT8_T;
typedef short int INT16_T;
typedef int INT32_T;
typedef unsigned char UINT8_T;
typedef unsigned short int UINT16_T;
typedef unsigned int UINT32_T;
#endif /* ROBOTIS_FRAMEWORK_DYNAMIXEL_SDK_INCLUDE_DYNAMIXEL_SDK_ROBOTISDEF_H_ */