firmware/ice40-riscv/e1-tracer: Remove unused declaration of vio_set

This is a remanence of old firmware of the icepick on which that
design is based on.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I0bc27da4faa91de983cd5f355553ecaa13754266
This commit is contained in:
Sylvain Munaut 2020-10-29 13:20:16 +01:00
parent 46d6b412f5
commit f0d1218403
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@
#include <stdbool.h>
#include <stdint.h>
void vio_set(unsigned value);
void e1_tick_read(uint16_t *ticks);
void reboot(int fw);