diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2014-11-28 00:18:02 +0100 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2014-11-28 19:39:15 +0100 |
commit | 5e1381be8719d0eeace0e1d2b0fdd6c61d60cd63 (patch) | |
tree | 32e264922c4de6e093e1bec49adfa0e57d453b14 /utils/regtools/qeditor/std_analysers.h | |
parent | e99c036ed1b96abf0c4b196e5f58ef93b7effdfe (diff) |
qeditor: add clock analyser for ATJ213x
Change-Id: I5f5a3537d1ddf6b02684dd4c1dd13be862d3a918
Reviewed-on: http://gerrit.rockbox.org/1054
Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
Diffstat (limited to 'utils/regtools/qeditor/std_analysers.h')
-rw-r--r-- | utils/regtools/qeditor/std_analysers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/regtools/qeditor/std_analysers.h b/utils/regtools/qeditor/std_analysers.h index a9b3022b41..ee95c88f3c 100644 --- a/utils/regtools/qeditor/std_analysers.h +++ b/utils/regtools/qeditor/std_analysers.h @@ -42,6 +42,7 @@ private: void FillTree(); void FillTreeIMX233(); void FillTreeRK27XX(); + void FillTreeATJ213X(); private: QGroupBox *m_group; |