mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
Remove RAMFUNC
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@105 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
a6c9041f55
commit
8a0d906647
@ -924,7 +924,7 @@ DRESULT disk_ioctl (
|
|||||||
/*-----------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------*/
|
||||||
/* This function must be called in period of 10ms */
|
/* This function must be called in period of 10ms */
|
||||||
|
|
||||||
RAMFUNC void disk_timerproc (void)
|
void disk_timerproc (void)
|
||||||
{
|
{
|
||||||
static socket_state_t pv;
|
static socket_state_t pv;
|
||||||
socket_state_t ns;
|
socket_state_t ns;
|
||||||
|
@ -36,11 +36,8 @@ DRESULT disk_write (BYTE, const BYTE*, DWORD, BYTE);
|
|||||||
#endif
|
#endif
|
||||||
DRESULT disk_ioctl (BYTE, BYTE, void*);
|
DRESULT disk_ioctl (BYTE, BYTE, void*);
|
||||||
|
|
||||||
// mthomas:
|
|
||||||
#ifndef RAMFUNC
|
void disk_timerproc (void);
|
||||||
#define RAMFUNC
|
|
||||||
#endif
|
|
||||||
RAMFUNC void disk_timerproc (void);
|
|
||||||
|
|
||||||
|
|
||||||
/* Disk Status Bits (DSTATUS) */
|
/* Disk Status Bits (DSTATUS) */
|
||||||
|
Loading…
Reference in New Issue
Block a user