stm32f1: Replace tabs by spaces

This commit is contained in:
Joakim Gebart 2015-05-18 07:03:46 +02:00
parent 04c445c17e
commit d0709d914e
2 changed files with 2 additions and 2 deletions

View File

@ -7924,7 +7924,7 @@ typedef struct
#define ETH_MACFFR_PCF_ForwardAll ((uint32_t)0x00000080) /* MAC forwards all control frames to application even if they fail the Address Filter */
#define ETH_MACFFR_PCF_ForwardPassedAddrFilter ((uint32_t)0x000000C0) /* MAC forwards control frames that pass the Address Filter. */
#define ETH_MACFFR_BFD ((uint32_t)0x00000020) /* Broadcast frame disable */
#define ETH_MACFFR_PAM ((uint32_t)0x00000010) /* Pass all mutlicast */
#define ETH_MACFFR_PAM ((uint32_t)0x00000010) /* Pass all mutlicast */
#define ETH_MACFFR_DAIF ((uint32_t)0x00000008) /* DA Inverse filtering */
#define ETH_MACFFR_HM ((uint32_t)0x00000004) /* Hash multicast */
#define ETH_MACFFR_HU ((uint32_t)0x00000002) /* Hash unicast */

View File

@ -176,7 +176,7 @@ int _kill_r(struct _reent *r, int pid, int sig)
__attribute__ ((weak))
int _kill(int pid, int sig)
{
errno = ESRCH; /* not implemented yet */
errno = ESRCH; /* not implemented yet */
return -1;
}