Skip to content
Snippets Groups Projects
Commit a1be9bd8 authored by Stefan Ludwig Haas's avatar Stefan Ludwig Haas
Browse files

Fix for HA reading when operating IPMC tester on the bench.

parent a7e4cb34
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ char get_hardware_addr(void)
unsigned char bit0, bit1, bit2, bit3, bit4, bit5, bit6, bit7, addr;
// Set the HA bits to input mode
DDRA = 0x00;
//DDRA = 0x00;
bit0 = get_signal(HA0);
bit1 = get_signal(HA1);
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment