9 lines
156 B
C
9 lines
156 B
C
#ifndef __PROJECT_CONF_H__
|
|
#define __PROJECT_CONF_H__
|
|
|
|
#define NULLRDC_CONF_802154_AUTOACK 1
|
|
|
|
#define RPL_CONF_DAO_ACK 1
|
|
|
|
#endif /* __PROJECT_CONF_H__ */
|