diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-18 08:16:57 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-18 08:16:57 +0200 |
| commit | 53b5ef734132b543838e1663fe96d70457d8a62b (patch) | |
| tree | fceae44c3a606a1bd8c4b514eb88e827453ca151 /Software/Embedded_SW/Embedded/Common | |
| parent | 0c43f6919cf12f126f501d84fb76c940b8e9c7bb (diff) | |
| download | Tango-53b5ef734132b543838e1663fe96d70457d8a62b.tar.gz Tango-53b5ef734132b543838e1663fe96d70457d8a62b.zip | |
my pc changes. HardwareBlower with a heating voltage
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/report/distributor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/report/distributor.c b/Software/Embedded_SW/Embedded/Common/report/distributor.c index cbc754a7e..0bd4574e0 100644 --- a/Software/Embedded_SW/Embedded/Common/report/distributor.c +++ b/Software/Embedded_SW/Embedded/Common/report/distributor.c @@ -240,7 +240,7 @@ Void reportService(UArg arg0, UArg arg1) int DistTableEntry;//,msgLen, errCode, par1, par2; ReportInitParams InitParams; - InitParams.DistributorQueueMaxMsgs = 15; + InitParams.DistributorQueueMaxMsgs = 40; InitParams.DistributorTaskPriority = 6; InitParams.MaxNumOfFilterNames = 1; InitParams.MaxNumberOfPrivateDistributors = 2; |
