board/guid.c: Add HID class GUID

This commit is contained in:
Tau
2019-03-03 20:02:13 -05:00
parent ba8b8e32fc
commit 0806282bbf
3 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,8 @@ board_lib = static_library(
capnhook.get_variable('hook_dep'),
],
sources : [
'guid.c',
'guid.h',
'io3.c',
'io3.h',
'sg-cmd.c',