diff options
Diffstat (limited to 'menus.c')
-rw-r--r-- | menus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |