commit | 0e89e1b268d891722a9eb6f7b848e32381ef661b | [log] [tgz] |
---|---|---|
author | Takuya Sasatani <33111879+t-sasatani@users.noreply.github.com> | Fri Dec 30 01:05:02 2022 +0900 |
committer | GitHub <noreply@github.com> | Fri Dec 30 01:05:02 2022 +0900 |
tree | cbf8721761a223c69e4365c29c99e03d6b08cf5a | |
parent | 09147fa320088bde0d1d2972899c7f2551b2e561 [diff] |
Update configure.py
diff --git a/configure.py b/configure.py index 9730dd4..e5fd45d 100755 --- a/configure.py +++ b/configure.py
@@ -128,6 +128,7 @@ output_range = (input_range[1], input_range[1]+len(yaml['documentation']['outputs'])) gpio_end = output_range[1] if gpio_end > GPIO_VALID_RANGE[1]: + print(gpio_end) raise Exception('ETOOMANY IOs') return (input_range, output_range)