aboutsummaryrefslogtreecommitdiff
path: root/src/ethosu_device.h
diff options
context:
space:
mode:
authorJonny Svärd <jonny.svaerd@arm.com>2021-12-17 17:00:57 +0100
committerJonny Svärd <jonny.svaerd@arm.com>2021-12-22 13:11:51 +0100
commit20ce37ffbafcd76775c7011fea4d017de4669d0a (patch)
treee5a8d0aac839378fef7b4bff9b04261da4c9d532 /src/ethosu_device.h
parent6d5b083e2e4279284f406d73c7f92e48ef28b218 (diff)
downloadethos-u-core-driver-20ce37ffbafcd76775c7011fea4d017de4669d0a.tar.gz
Add func to get nbr of PMU event counters
Small bugfix to a print in driver Change-Id: I277a441a9f65c647c338b92af5a908176929102c
Diffstat (limited to 'src/ethosu_device.h')
-rw-r--r--src/ethosu_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ethosu_device.h b/src/ethosu_device.h
index 2f41d5c..cc9ea8b 100644
--- a/src/ethosu_device.h
+++ b/src/ethosu_device.h
@@ -35,6 +35,7 @@ extern "C" {
* Defines
******************************************************************************/
+// NOTE: Deprecated
#ifndef ETHOSU_PMU_NCOUNTERS
#define ETHOSU_PMU_NCOUNTERS 4
#endif