flash: remove old code for SPI flash

This commit is contained in:
S.J.R. van Schaik 2017-03-11 13:04:26 +00:00
parent 19bd043ac3
commit b6d216255f
4 changed files with 0 additions and 181 deletions

View file

@ -1,13 +1,11 @@
#include <stdio.h>
#include "shell.h"
#include "spi_flash.h"
#include "usart.h"
int main(void)
{
console_init();
init_spi();
cmd_loop("tbm # ");
return 0;