1
0
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:
dankers 2009-12-23 07:14:00 +00:00 committed by dankers
parent a6c9041f55
commit 8a0d906647
2 changed files with 3 additions and 6 deletions

View File

@ -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;

View File

@ -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) */