Imported dolphin/exi
This commit is contained in:
parent
e957d339b0
commit
61676fc982
4 changed files with 899 additions and 4 deletions
|
|
@ -594,15 +594,15 @@ config.libs = [
|
|||
DolphinLib(
|
||||
"exi",
|
||||
[
|
||||
Object(NonMatching, "dolphin/exi/EXIBios.c"),
|
||||
Object(NonMatching, "dolphin/exi/EXIUart.c"),
|
||||
Object(Matching, "dolphin/exi/EXIBios.c"),
|
||||
Object(Matching, "dolphin/exi/EXIUart.c"),
|
||||
],
|
||||
),
|
||||
DolphinLib(
|
||||
"si",
|
||||
[
|
||||
Object(NonMatching, "dolphin/si/SIBios.c"),
|
||||
Object(NonMatching, "dolphin/si/SISamplingRate.c"),
|
||||
Object(Matching, "dolphin/si/SIBios.c"),
|
||||
Object(Matching, "dolphin/si/SISamplingRate.c"),
|
||||
],
|
||||
),
|
||||
DolphinLib(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue