modified write command to wait until card isn't busy anymore

This commit is contained in:
Markus Fröschle
2013-07-15 08:27:35 +00:00
parent 348be15dd6
commit d122267841
3 changed files with 15 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
#include <MCF5475.h>
#include "sysinit.h"
#include <bas_printf.h>
#define FPGA_STATUS (1 << 0)
#define FPGA_CLOCK (1 << 1)