blob: 94200c9aaff5b292dcfada22212662cf6e6205c5 [file] [log] [blame]
#ifndef FRC971_INPUT_GYRO_BOARD_DATA_H_
#define FRC971_INPUT_GYRO_BOARD_DATA_H_
#include <stdint.h>
namespace frc971 {
#define DATA_STRUCT_NAME GyroBoardData
#include "../../gyro_board/src/usb/data_struct.h"
#undef DATA_STRUCT_NAME
} // namespace frc971
#endif // FRC971_INPUT_GYRO_BOARD_DATA_H_