summaryrefslogtreecommitdiff
path: root/src/server/httpd/httpd.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/httpd/httpd.tcl')
-rw-r--r--src/server/httpd/httpd.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/httpd/httpd.tcl b/src/server/httpd/httpd.tcl
index b5794114..607660cc 100644
--- a/src/server/httpd/httpd.tcl
+++ b/src/server/httpd/httpd.tcl
@@ -106,3 +106,8 @@ proc capture_catch {a} {
} result
return $result
}
+
+proc zy1000_flash {} {
+ set t [lindex 0 [ocd_flash_banks]]
+ return $t(base)
+}