aboutsummaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 135b03b..6c19e2d 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -70,7 +70,7 @@ enum FuncCache
enum AdaptiveCache
{
FIXED = 0,
- VOLTA = 1
+ ADAPTIVE_VOLTA = 1
};
#ifdef __cplusplus