Tuning the ATmega168 port demo project for the BTL plugfest.

This commit is contained in:
skarg
2007-10-16 02:32:52 +00:00
parent b3896ea4f4
commit fd50708718
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -140,6 +140,7 @@ void input_switch_read(void)
#if defined(BACDL_MSTP)
dlmstp_set_mac_address(Address_Switch);
#endif
Device_Set_Object_Instance_Number(86000 + Address_Switch);
}
}
}