mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
14 lines
285 B
C++
14 lines
285 B
C++
/*
|
|
* PrmDbImplTesterCfg.hpp
|
|
*
|
|
* Created on: Sep 30, 2015
|
|
* Author: tcanham
|
|
*/
|
|
|
|
#ifndef PRMDB_TEST_UT_PRMDBIMPLTESTERCFG_HPP_
|
|
#define PRMDB_TEST_UT_PRMDBIMPLTESTERCFG_HPP_
|
|
|
|
enum { PRMDB_IMPL_TESTER_MAX_READ_BUFFER = 256 };
|
|
|
|
#endif /* PRMDB_TEST_UT_PRMDBIMPLTESTERCFG_HPP_ */
|