mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 03:38:57 -06:00
11 lines
243 B
C++
11 lines
243 B
C++
#ifndef __BUFFERMANAGERCOMPONENTIMPLCFG_HPP__
|
|
#define __BUFFERMANAGERCOMPONENTIMPLCFG_HPP__
|
|
|
|
#include <Fw/FPrimeBasicTypes.hpp>
|
|
|
|
namespace Svc {
|
|
static const U16 BUFFERMGR_MAX_NUM_BINS = 10;
|
|
}
|
|
|
|
#endif // __BUFFERMANAGERCOMPONENTIMPLCFG_HPP__
|