Skip to content

Instantly share code, notes, and snippets.

@msquirogac
Last active June 10, 2020 08:01
Workarounds for wrong address interpreatation on AVR-GDB
define di
disas (void (*)())$arg0, (void (*)())$arg1
end
typedef void (*faddr)();
faddr filler __attribute__((used)) = 0x00;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment