mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
Made the platform config file configurable.
This commit is contained in:
parent
d635c03b52
commit
1d07330ac0
@ -9,7 +9,11 @@
|
|||||||
#include "project-conf.h"
|
#include "project-conf.h"
|
||||||
#endif /* PROJECT_CONF_H */
|
#endif /* PROJECT_CONF_H */
|
||||||
|
|
||||||
|
#ifdef PLATFORM_CONF_H
|
||||||
|
#include PLATFORM_CONF_H
|
||||||
|
#else
|
||||||
#include "platform-conf.h"
|
#include "platform-conf.h"
|
||||||
|
#endif /* PLATFORM_CONF_H */
|
||||||
|
|
||||||
#ifndef NETSTACK_CONF_MAC
|
#ifndef NETSTACK_CONF_MAC
|
||||||
#define NETSTACK_CONF_MAC csma_driver
|
#define NETSTACK_CONF_MAC csma_driver
|
||||||
|
Loading…
Reference in New Issue
Block a user