Costmetic updates comments and style; Add NFS dependency on IPv4
This commit is contained in:
parent
5afa3ec59d
commit
bcae42b653
@ -600,7 +600,7 @@
|
|||||||
/* DEVCFG3 */
|
/* DEVCFG3 */
|
||||||
|
|
||||||
#ifndef CONFIG_PIC32MX_USERID /* User ID */
|
#ifndef CONFIG_PIC32MX_USERID /* User ID */
|
||||||
# define CONFIG_PIC32MX_USERID 0x584e /* "NutX" */
|
# define CONFIG_PIC32MX_USERID 0x584e /* "NX" */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_PIC32MX_PMDL1WAY /* Peripheral module disable configuration */
|
#ifndef CONFIG_PIC32MX_PMDL1WAY /* Peripheral module disable configuration */
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
config NFS
|
config NFS
|
||||||
bool "NFS client file system"
|
bool "NFS client file system"
|
||||||
default n
|
default n
|
||||||
depends on NET_UDP && !DISABLE_MOUNTPOINT
|
depends on NET_UDP && NET_IPv4 && !DISABLE_MOUNTPOINT
|
||||||
select FS_READABLE
|
select FS_READABLE
|
||||||
select FS_WRITABLE
|
select FS_WRITABLE
|
||||||
---help---
|
---help---
|
||||||
|
@ -254,7 +254,7 @@ typedef unsigned short ushort;
|
|||||||
typedef unsigned int uint;
|
typedef unsigned int uint;
|
||||||
typedef unsigned long ulong;
|
typedef unsigned long ulong;
|
||||||
typedef signed char s_char;
|
typedef signed char s_char;
|
||||||
typedef char *caddr_t;
|
typedef FAR char *caddr_t;
|
||||||
|
|
||||||
/* Task entry point */
|
/* Task entry point */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user