Made the platform config file configurable.

This commit is contained in:
Niclas Finne 2011-07-01 17:16:12 +02:00
parent d635c03b52
commit 1d07330ac0

View file

@ -9,7 +9,11 @@
#include "project-conf.h"
#endif /* PROJECT_CONF_H */
#ifdef PLATFORM_CONF_H
#include PLATFORM_CONF_H
#else
#include "platform-conf.h"
#endif /* PLATFORM_CONF_H */
#ifndef NETSTACK_CONF_MAC
#define NETSTACK_CONF_MAC csma_driver