Skip to content

Commit

Permalink
chore: remove ADC_DIRECTION diagnostic from build output (#5748)
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz authored Jan 3, 2025
1 parent 574f753 commit a068a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/util/hw_defs/hal_adc.py
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ def _parse_dirs(self):
dirs = self.hw_defs.get('ADC_DIRECTION') or ''
if dirs:
dirs = dirs.strip('{} ').split(',')
eprint(dirs)
# eprint(dirs)
for i in dirs:
ret.append(int(i))

0 comments on commit a068a87

Please sign in to comment.