diff options
Diffstat (limited to 'Tests/CustomCommand/mac_fw.c')
-rw-r--r-- | Tests/CustomCommand/mac_fw.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CustomCommand/mac_fw.c b/Tests/CustomCommand/mac_fw.c new file mode 100644 index 0000000..cb35b44 --- /dev/null +++ b/Tests/CustomCommand/mac_fw.c @@ -0,0 +1,4 @@ +int mac_fw(void) +{ + return 0; +} |