mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 03:05:14 +00:00
Activated Platform-specific File System (PFS) for the C64/C128 by default for all programs with R/W CFS access.
This commit is contained in:
parent
e53c34770a
commit
c602c61468
@ -1 +1 @@
|
||||
DEFINES = WITH_DNS,WITH_GUI
|
||||
DEFINES = WITH_DNS,WITH_GUI,WITH_PFS
|
||||
|
@ -1 +1 @@
|
||||
DEFINES = WITH_DNS,WITH_GUI,WITH_MOUSE
|
||||
DEFINES = WITH_DNS,WITH_GUI,WITH_MOUSE,WITH_PFS
|
||||
|
@ -1 +1 @@
|
||||
DEFINES = WITH_LOGGING,WITH_CLIENT,WITH_DNS
|
||||
DEFINES = WITH_LOGGING,WITH_CLIENT,WITH_DNS,WITH_PFS
|
||||
|
@ -1 +1 @@
|
||||
DEFINES = WITH_LOGGING,WITH_CLIENT,WITH_DNS
|
||||
DEFINES = WITH_LOGGING,WITH_CLIENT,WITH_DNS,WITH_PFS
|
||||
|
Loading…
Reference in New Issue
Block a user