summaryrefslogtreecommitdiffstats
path: root/performance.h
diff options
context:
space:
mode:
Diffstat (limited to 'performance.h')
-rw-r--r--performance.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/performance.h b/performance.h
index 5d3a08c..ace281b 100644
--- a/performance.h
+++ b/performance.h
@@ -124,16 +124,6 @@ enum SAMPLING_RATE_LVL {
MS_20 = 0xBFD,
};
-enum ONDEMAND_IO_BUSY_LVL {
- IO_BUSY_OFF = 0xC00,
- IO_BUSY_ON = 0xC01,
-};
-
-enum ONDEMAND_SAMPLING_DOWN_FACTOR_LVL {
- SAMPLING_DOWN_FACTOR_1 = 0xD01,
- SAMPLING_DOWN_FACTOR_4 = 0xD04,
-};
-
enum INTERACTIVE_TIMER_RATE_LVL {
TR_MS_500 = 0xECD,
TR_MS_100 = 0xEF5,