Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
panickal-xmos committed Aug 1, 2024
1 parent d1e1d3b commit 3528098
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/app_single_model_on_one_tile_and_DDR/src/main.xc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <stdio.h>
#include <platform.h>

#define NUMBER_OF_MODELS 1
extern void model_init(unsigned);
extern void inference();

Expand All @@ -24,4 +23,4 @@ int main(void) {
}
}
return 0;
}
}

0 comments on commit 3528098

Please sign in to comment.