board/sg-frame.c: Add "sg" framing support

This commit is contained in:
Tau
2018-11-20 20:21:23 -05:00
parent 9f43f9f397
commit b8ffd20877
3 changed files with 181 additions and 0 deletions

View File

@ -9,5 +9,7 @@ board_lib = static_library(
sources : [
'io3.c',
'io3.h',
'sg-frame.c',
'sg-frame.h',
],
)