fprime/default/config/PrmDbImplTesterCfg.hpp
2025-09-10 15:02:07 -07:00

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_ */