Browse Source

Fix bug.

pull/1368/head
unknown 4 years ago
parent
commit
5c138eff4f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      third_party/fwkacllib/inc/toolchain/prof_callback.h

+ 1
- 0
third_party/fwkacllib/inc/toolchain/prof_callback.h View File

@@ -74,6 +74,7 @@ enum MsprofReporterCallbackType {
MSPROF_REPORTER_REPORT = 0, // report data
MSPROF_REPORTER_INIT, // init reporter
MSPROF_REPORTER_UNINIT, // uninit reporter
MSPROF_REPORTER_DATA_MAX_LEN, // data max length for calling report callback
};

/**


Loading…
Cancel
Save