mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-07-26 16:55:16 -04:00
Added bluetooth and user I/O drivers
This commit is contained in:
parent
4df7a7d781
commit
f1a951e508
14 changed files with 541 additions and 58 deletions
|
@ -56,14 +56,9 @@
|
|||
#define CMD58 (58) /* READ_OCR */
|
||||
|
||||
|
||||
static volatile
|
||||
DSTATUS Stat = STA_NOINIT; /* Disk status */
|
||||
|
||||
static volatile
|
||||
BYTE Timer1, Timer2; /* 100Hz decrement timer */
|
||||
|
||||
static
|
||||
BYTE CardType; /* Card type flags */
|
||||
static volatile DSTATUS Stat = STA_NOINIT; /* Disk status */
|
||||
static BYTE CardType; /* Card type flags */
|
||||
static volatile BYTE Timer1, Timer2; /* 100Hz decrement timer */
|
||||
|
||||
|
||||
/*-----------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue