util/spike.c: Add configurable log "spike" injector

This commit is contained in:
Tau
2018-11-08 16:02:34 -05:00
parent 1eca0648f1
commit c560dc7ee2
3 changed files with 196 additions and 0 deletions

View File

@ -19,5 +19,7 @@ util_lib = static_library(
'gfx.h',
'setupapi.c',
'setupapi.h',
'spike.c',
'spike.h',
],
)