Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
257ad396
Commit
257ad396
authored
Nov 23, 2012
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rt_rtt, show pool added for qcomonly
parent
63c90fb2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
src/lib/dtt/src/dtt_rttsys.c
src/lib/dtt/src/dtt_rttsys.c
+10
-4
No files found.
src/lib/dtt/src/dtt_rttsys.c
View file @
257ad396
...
...
@@ -12089,8 +12089,14 @@ int RTTSYS_POOLS( menu_ctx ctx,
rtt_t_menu_upd
*
menulist
;
int
i
,
j
;
pool_sGhead
*
pool
;
int
num
;
IF_NOGDH_RETURN
;
IF_NOQCOM_RETURN
;
if
(
rtt_gdh_started
)
num
=
3
;
else
num
=
1
;
/**********************************************************
* The value of a parameter is changed.
...
...
@@ -12101,7 +12107,7 @@ int RTTSYS_POOLS( menu_ctx ctx,
menulist
=
(
rtt_t_menu_upd
*
)
ctx
->
menu
;
menu_ptr
=
menulist
;
for
(
j
=
0
;
j
<
3
;
j
++
)
for
(
j
=
0
;
j
<
num
;
j
++
)
{
if
(
j
==
0
)
/* qdb pool */
...
...
@@ -12175,7 +12181,7 @@ int RTTSYS_POOLS( menu_ctx ctx,
menulist
=
(
rtt_t_menu_upd
*
)
ctx
->
menu
;
menu_ptr
=
menulist
;
for
(
j
=
0
;
j
<
3
;
j
++
)
for
(
j
=
0
;
j
<
num
;
j
++
)
{
if
(
j
==
0
)
/* qdb pool */
...
...
@@ -12275,7 +12281,7 @@ int RTTSYS_POOL_SEGS( menu_ctx ctx,
int
i
,
k
,
l
;
static
pool_sGhead
*
pool
;
IF_NO
GDH
_RETURN
;
IF_NO
QCOM
_RETURN
;
/**********************************************************
* The value of a parameter is changed.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment