removed temporary debug code

This commit is contained in:
Tom Williams
2023-01-25 11:07:49 +00:00
parent 17b039dce8
commit ab535e0fb3
4 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
// Copyright 2022-2023 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@@ -1,6 +1,6 @@
// Copyright 2022-2023 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
/************************************************************************
*
* Module: global.h

View File

@@ -419,7 +419,6 @@ void usage_error()
int main (int argc, char **argv) {
printf("I'm running\n");
unsigned int mixer_index = 0;
unsigned int result = 0;

View File

@@ -1,6 +1,6 @@
// Copyright 2022-2023 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
#define USB_MIXER_SUCCESS 0
#define USB_MIXER_FAILURE -1