summaryrefslogtreecommitdiff
path: root/menus.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>2000-01-01 00:30:55 +0900
committerroot <root@avtech.domain.avtechpulse.com>2000-01-01 00:30:55 +0900
commit3636beafd37af537f864fb898b7375626236d0a4 (patch)
tree2816b5af784be22458eaf25b126f96ff96feeddd /menus.c
parent93a0b81a4e630821392cb0f469ef8f3fbed46a3b (diff)
abstract the hardware identification checks
Diffstat (limited to 'menus.c')
-rw-r--r--menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menus.c b/menus.c
index 0cc5891..a17869c 100644
--- a/menus.c
+++ b/menus.c
@@ -2922,7 +2922,7 @@ void Menu_Check_Buttons(void)
int encoder_change;
// abort if not running on the target board with the I2C bus
- if (!globals.HWDetect.beaglebone) {
+ if (!globals.HWDetect.has_i2c) {
return;
}