link to hw docs

This commit is contained in:
Triss 2021-06-26 00:03:56 +02:00
parent 33758a51e7
commit 32817ebeaa
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@
#define MAX_MEMSIZE_SQ50 0x03d090
/*
* For info on how the ScanaQuad works, see our docs here:
* https://git.lain.faith/BLAHAJ/sq50-re/wiki
*/
struct dev_context {
struct ftdi_context *ft;