From c6e7a1f7d75342b11093b058e0cf47e7a636f852 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Tue, 24 Nov 2020 09:20:14 +0100 Subject: Update handling of soft reset Change-Id: Ia22b2934b4c85e3c480931c8b92608365351a877 --- include/ethosu_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ethosu_device.h') diff --git a/include/ethosu_device.h b/include/ethosu_device.h index dd34201..eff9054 100644 --- a/include/ethosu_device.h +++ b/include/ethosu_device.h @@ -55,7 +55,7 @@ enum ethosu_error_codes struct ethosu_device { volatile uint32_t *base_address; - uint32_t reset; + uint32_t proto; uint32_t pmcr; uint32_t pmccntr[2]; uint32_t pmcnten; -- cgit v1.2.1