mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +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 */
|
||||
|
||||
RAMFUNC void disk_timerproc (void)
|
||||
void disk_timerproc (void)
|
||||
{
|
||||
static socket_state_t pv;
|
||||
socket_state_t ns;
|
||||
|
@ -36,11 +36,8 @@ DRESULT disk_write (BYTE, const BYTE*, DWORD, BYTE);
|
||||
#endif
|
||||
DRESULT disk_ioctl (BYTE, BYTE, void*);
|
||||
|
||||
// mthomas:
|
||||
#ifndef RAMFUNC
|
||||
#define RAMFUNC
|
||||
#endif
|
||||
RAMFUNC void disk_timerproc (void);
|
||||
|
||||
void disk_timerproc (void);
|
||||
|
||||
|
||||
/* Disk Status Bits (DSTATUS) */
|
||||
|
Loading…
Reference in New Issue
Block a user