diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-12-12 09:26:53 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-12-12 09:26:53 +0100 |
commit | 561bd5e6d866e20d7ca710ee1d5a4e1f4b510b67 (patch) | |
tree | 65d88f9ede9e1f372f6c8e36bb48e683e26ab373 /src/arch/esp8266 | |
parent | 547db9eb23fe0b730502a43b81c131a0fbf04d0d (diff) |
make info: Add counter overflow stats
Diffstat (limited to 'src/arch/esp8266')
-rw-r--r-- | src/arch/esp8266/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/esp8266/Makefile.inc b/src/arch/esp8266/Makefile.inc index ca28d1c..6f97898 100644 --- a/src/arch/esp8266/Makefile.inc +++ b/src/arch/esp8266/Makefile.inc @@ -76,6 +76,7 @@ arch_help: @echo " - none -" arch_info: + @echo "Counter Overflow: ?/?" @echo "Monitor: /dev/ttyUSB0 115200" .PHONY: arch_clean arch_help arch_info monitor program |